Releases: creharmony/node-etsy-client
Releases · creharmony/node-etsy-client
v2.1.4
Immutable
release. Only release title and notes can be modified.
v2.1.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- npm audit fix - Fix #82 by @boly38 in #83
- Fix Audit and add agent.md by @creharmony in #86
- chore(build): migrate from npm to pnpm by @boly38 in #88
Full Changelog: v2.1.1...v2.1.3
v2.1.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Bump axios from 1.12.2 to 1.13.5 by @dependabot[bot] in #81
- improve GHA workflow patch/minor/major to draft release
- improve eslintrc
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
⚠️ Important: API Key Format Change (January 18, 2026)
Starting January 18, 2026, Etsy requires all API keys to include a shared secret.
Format:keystring:shared_secret(e.g.,export ETSY_API_KEY=your_key:your_secret)
Find your shared secret at: https://www.etsy.com/developers/your-apps
Documentation: https://developer.etsy.com/documentation/essentials/requestsIf your API key doesn't include the
:separator, you'll see a warning message.
To silence this warning:export ETSY_SILENT_API_KEY_WARNING=true
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot[bot] in #61
- fix #67 workflow node from 16 to 18 by @boly38 in #68
- Fix #69 use gh create release and improve how to contribute doc by @boly38 in #70
- Fix audit - fix test, update audit, and outdated dependencies by @boly38 in #71
- Update README.md - main workflow name has changed by @boly38 in #72
New Contributors
- @dependabot[bot] made their first contribution in #61 🚀
Full Changelog: v2.0.0...v2.0.1