|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
| 4 | +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
3 | 5 |
|
4 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | +## [1.0.0-ea.2](https://github.com/heroku/heroku-applink-nodejs/compare/v1.0.0-ea.1...v1.0.0-ea.2) - 2025-06-20 |
6 | 7 |
|
| 8 | +### Changes |
7 | 9 |
|
8 | | -## [0.1.0-ea] - 2024-08-12 |
| 10 | +### Features |
| 11 | +* Add X-Request-Id header |
| 12 | +* Extract User-Agent header from package.json |
| 13 | +* Add GitHub pull request template |
| 14 | + |
| 15 | +### Fixes |
| 16 | +* Fix Java heap memory test issue |
| 17 | + |
| 18 | +### Docs |
| 19 | +* Update HttpRequestUtil.request documentation |
| 20 | +* Update license year |
| 21 | + |
| 22 | +### Other |
| 23 | +* Rename HTTPResponseError -> HttpResponseError |
| 24 | + |
| 25 | +## [1.0.0-ea.1](https://github.com/heroku/heroku-applink-nodejs/compare/v1.0.0-ea.0...v1.0.0-ea.1) - 2025-06-06 |
| 26 | + |
| 27 | +### Changes |
9 | 28 |
|
10 | | -- Initial |
| 29 | +### Other |
| 30 | +* Remove dynamic UA |
11 | 31 |
|
12 | | -## [1.0.0-ea] - 2025-06-05 |
13 | | -- Update CODEOWNERS |
14 | | -- Updated `getAuthorization` to use the correct API URL. |
15 | | -- Rename `getConnection(name: string)` -> `getAuthorization(developerName: string, attachmentNameOrColorUrl = "HEROKU_APPLINK")`, accepting a new attachmentNameOrColorOrUrl to use a specific Applink addon's config. |
16 | | -- Remove node-fetch in favor of native fetch, add `HTTPResponseError` |
| 32 | +## [1.0.0-ea.0](https://github.com/heroku/heroku-applink-nodejs/compare/v1.0.0-ea...v1.0.0-ea.0) - 2025-06-06 |
17 | 33 |
|
18 | | -## [1.0.0-ea.0] - 2025-06-06 |
19 | | -- Add `X-App-UUID` header, `heroku-applink-node-sdk` UA. |
| 34 | +### Changes |
| 35 | + |
| 36 | +### Features |
| 37 | +* Add X-App-UUID header, heroku-applink-node-sdk UA |
| 38 | + |
| 39 | +## [1.0.0-ea](https://github.com/heroku/heroku-applink-nodejs/compare/v0.1.0-ea...v1.0.0-ea) - 2025-06-05 |
| 40 | + |
| 41 | +### Changes |
| 42 | + |
| 43 | +### Features |
| 44 | +* Updated getAuthorization to use the correct API URL |
| 45 | +* Rename getConnection(name: string) -> getAuthorization(developerName: string, attachmentNameOrColorUrl = "HEROKU_APPLINK"), accepting a new attachmentNameOrColorOrUrl to use a specific Applink addon's config |
| 46 | +* Remove node-fetch in favor of native fetch, add HTTPResponseError |
| 47 | + |
| 48 | +### Other |
| 49 | +* Update CODEOWNERS |
| 50 | + |
| 51 | +## [0.1.0-ea] - 2024-08-12 |
20 | 52 |
|
21 | | -## [1.0.0-ea.1] - 2025-06-06 |
22 | | -- Remove dynamic UA. |
| 53 | +### Changes |
23 | 54 |
|
24 | | -## [1.0.0-ea.2] - 2025-06-20 |
25 | | -- Update `HttpRequestUtil.request` documentation |
26 | | -- Update license year |
27 | | -- Add `X-Request-Id` header |
28 | | -- Extract `User-Agent` header from package.json |
29 | | -- Rename `HTTPResponseError` -> `HttpResponseError` |
30 | | -- Add GitHub pull request template |
31 | | -- Fix Java heap memory test issue |
| 55 | +### Features |
| 56 | +* Initial release |
0 commit comments