Skip to content

Commit c9834eb

Browse files
authored
7.17.4 changelog (#490)
1 parent 7269084 commit c9834eb

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

CHANGELOG.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,48 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [7.17.4] - TBD
7-
8-
### Added
6+
## [7.17.4] - 2024-12-16
97

108
### Changed
9+
- Update dependencies (search PRs for `is:pr label:7.17.4,dependencies`)
1110

1211

1312
## [7.17.3] - 2024-07-10
14-
1513
### Changed
16-
1714
- Update dependencies #243
1815

1916
## [7.17.2] - 2024-07-05
20-
2117
## Changed
22-
2318
- Update dependencies #218 #219 #220 #221 #236 #237
2419

2520
## [7.17.1] - 2023-11-09
26-
2721
### Changed
28-
2922
- Default EMS version is 7.17
3023
- Upgrade dependencies #138 #162 #165 #169 #172 #173 !76 #184 #191 #198 #205
3124
- Migration from Jenkins to Buildkite for automatic testing #163 #199
3225
- Upgrade to Node 20 #208
3326

3427
## [7.16.0] - 2021-10-13
35-
3628
### Changed
3729
- Default EMS version is 7.16
3830
- Update dependencies using `yarn upgrade`
3931
- Better error handling for HTTP responses
4032

4133
## [7.15.1] - 2021-09-01
42-
4334
### Changed
4435
- Unpinned `semver` dependency [#77](https://github.com/elastic/ems-client/pull/77)
4536

4637
## [7.15.0] - 2021-08-12
47-
4838
### Changed
4939
- Default EMS version is 7.15
5040
- Updated dependencies via `yarn upgrade`
5141
- Fix linting issues
42+
5243
## [7.14.0] - 2021-06-15
5344
### Added
54-
5545
- New getters for optional field metadata `alias`, `regex`, and `values` #69
5646

5747
### Changed
58-
5948
- Default EMS version is 7.14
6049
- **Breaking change** @elastic/ems-client is now licensed under the Elastic License v2. See the LICENSE.txt file in this repository #64
6150

@@ -69,7 +58,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6958
- Updated dependencies using `yarn upgrade` and #44 #50
7059
- Add functions to get specific file formats #53
7160

72-
7361
## [7.10.0] - 2020-08-17
7462
### Changed
7563
- Default EMS version is 7.10
@@ -96,7 +84,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9684
- Convert source code to Typescript
9785
- Added better linting with eslint and prettier
9886

99-
10087
## [7.8.1] - 2020-04-06
10188
### Fixed
10289
- Correctly handle API urls that end in slashes
@@ -131,12 +118,10 @@ always needed and in fact breaks some client-side use of this lib
131118
- Correctly handle API urls that end in slashes
132119

133120
## [7.6.0] - 2020-01-13
134-
135121
### Added
136122
- Two new parameters were introduced, `tileApiUrl` and `fileApiUrl`. These should be used instead of `manifestServiceUrl`. These parameters should be set to their respective domains (e.g. `https://tiles.maps.elastic.co`, `https://vector.maps.elastic.co`). [#13](https://github.com/elastic/ems-client/pull/13)
137123

138124
### Changed
139-
140125
- Starting with v7.6, new Elastic Maps Service (EMS) versions will be released with every matching major and minor release of the Elastic Stack. New releases of ems-client will also be released to match the EMS versions.
141126

142127
- Handle relative URLs in EMS v7.6 manifests.
@@ -149,7 +134,6 @@ always needed and in fact breaks some client-side use of this lib
149134
- Remove paragraph element from html attribution [#15](https://github.com/elastic/ems-client/pull/15)
150135

151136
## [7.2.1] - 2019-12-11
152-
153137
### Fixed
154138
- Inject correct attribution into vector tile sources [#14](https://github.com/elastic/ems-client/pull/14/files)
155139

@@ -160,17 +144,13 @@ Bump version to match the corresponding Elastic Maps Service version. This relea
160144
### Fixed
161145
- Update browser entry point that was pointing to an incorrect path, which fell back to the main entry
162146

163-
164147
## [1.0.2] - 2019-10-15
165-
166148
### Fixed
167149
- Transpile the browser-side assets to be IE compatible.
168150

169151
## [1.0.1] - 2019-08-27
170-
171152
### Fixed
172153
- Downgrade node-fetch dependency to fix fetch error
173154

174155
## [1.0.0] - 2019-08-26
175-
176156
- Initial release. Compatible with Elastic Maps Service v7.2.0.

0 commit comments

Comments
 (0)