Skip to content

Releases: ekkolon/gelato-admin-node

v1.3.1

13 Apr 08:22

Choose a tag to compare

v1.3.1

This release removes axios, making the package fully dependency-free, and adopts Node.js’ native Fetch API for all HTTP requests.

Additionally, multiple development dependencies have been updated to address known security vulnerabilities (CVEs), improving the overall security posture of the project.

What's Changed

  • Replaced axios with native fetch for HTTP requests
  • Removed all runtime dependencies (now dependency-free)
  • Updated development dependencies to resolve known CVEs

Why These Changes

  • Zero runtime dependencies: no external packages required in production
  • Improved security: reduced attack surface and patched known vulnerabilities
  • Lower maintenance overhead: no dependency tracking or update burden
  • Modernization: leverages built-in Node.js APIs

Security

  • Updated dev dependencies to address known CVEs (no runtime impact)

Pull Requests

  • fix: drop axios http client in favor of native node fetch by @ekkolon in #56

Full Changelog

v1.3.0...v1.3.1

v1.3.0

17 Nov 13:21

Choose a tag to compare

What's Changed

  • chore: resolve dependabot CVEs by @ekkolon in #51
  • ci: explicitly add permissions to CI workflow by @ekkolon in #52
  • chore: add .npmrc sign-git-tag config by @ekkolon in #53

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Feb 16:04

Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.2.0

v1.1.6

12 Oct 10:30

Choose a tag to compare

What's Changed

  • refactor: put endpoints into API services by @ekkolon in #39
  • fix(orders): use accepted HTTP method to getOrders by @ekkolon in #40

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Oct 10:42

Choose a tag to compare

What's Changed

  • docs(shipment): improve getShipmentAPI jsdoc by @ekkolon in #36
  • refactor: move env.ts contents to where it's used by @ekkolon in #37

Full Changelog: v1.1.3...v1.1.5

v1.1.4

10 Oct 15:22

Choose a tag to compare

What's Changed

  • Improve orders API types readability by @ekkolon in #34
  • perf(client): use a single file for HttpClient by @ekkolon in #35

Full Changelog: v1.1.3...v1.1.4

v1.1.3

09 Oct 18:09

Choose a tag to compare

What's Changed

  • fix(orders): refactor invalid getOrders method signature by @ekkolon in #32
  • Fix orders invalid req method by @ekkolon in #33

Full Changelog: v1.1.2...v1.1.3

v1.1.2

31 Aug 14:39

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

30 Aug 08:05
f6df448

Choose a tag to compare

What's Changed

  • Fix eslint no files matching pattern by @ekkolon in #30

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Aug 12:30

Choose a tag to compare

What's Changed

  • build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #22
  • build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #21
  • style: fix endOfLine lint/formatting warnings by @ekkolon in #24
  • Refactor/docs readme by @ekkolon in #25
  • build(deps): bump axios from 1.3.4 to 1.5.0 by @ekkolon in #26
  • build(dev-deps): patch outdated deps by @ekkolon in #27
  • build(dev-deps): minor update dotenv, eslint by @ekkolon in #28

New Contributors

Full Changelog: v1.0.0...v1.1.0