|
1 | | -## Release History |
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
2 | 3 |
|
3 | | -## Change log |
4 | | -### 2.1.4 |
| 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 | + |
| 7 | +## [2.1.5] - 2022-07-20 |
| 8 | +### Added |
| 9 | +- Add predict-batch endpoint and update tracking fields https://github.com/AfterShip/aftership-sdk-java/pull/37 |
| 10 | +### Changed |
| 11 | +- Update tracking fields https://github.com/AfterShip/aftership-sdk-java/pull/36 |
| 12 | + |
| 13 | +## 2.1.4 |
5 | 14 | - Add some fields of tracking object. [tracking object](https://developers.aftership.com/reference/object-tracking) |
6 | 15 | - Add more request parameters for get trackings interface. |
7 | 16 |
|
8 | | -### 2.1.3 |
| 17 | +## [2.1.3] 2022-03-22 |
| 18 | +### Fixed |
9 | 19 | - fix: mask aftership api key in exception message |
10 | 20 |
|
11 | | -### 2.1.2 |
| 21 | +## [2.1.2] - 2022-01-26 |
| 22 | +### Fixed |
12 | 23 | - fix: change shipmentWeight from Integer to Float #26 |
13 | 24 |
|
14 | | -### 2.1.1 |
| 25 | +## 2.1.1 |
| 26 | +### Changed |
15 | 27 | - update README and build.gradle |
16 | 28 |
|
17 | | -### 2.1.0 |
| 29 | +## [2.1.0] - 2021-11-17 |
| 30 | +### Changed |
18 | 31 | - Add some fields of tracking object. [tracking object](https://developers.aftership.com/reference/object-tracking) |
19 | 32 | - Add more request parameters for get trackings interface. |
20 | 33 |
|
21 | | -### 2.0.8 (2021-03-08) |
22 | | -- Bug fixes |
| 34 | +### [2.0.8] - 2021-03-08 |
| 35 | +- Fixed |
23 | 36 | - [API response failed to throw IllegalStateException](https://github.com/AfterShip/aftership-sdk-java/issues/18) |
24 | 37 |
|
25 | | -### 2.0.0-alpha (2020-05-28) |
26 | | -- New features |
27 | | - - Support latest features in v4 API |
28 | | - - Use Gradle as a dependency manager |
29 | | - - Published in maven central repository |
30 | | - - Error handling |
31 | | - - Add mock test |
32 | | - - Add samples |
33 | | -- Compatibility |
34 | | - - JDK >= 1.8 |
35 | | - |
36 | | -### 2016-04-26-v1.2.0 |
| 38 | +## 2.0.0-alpha - 2020-05-28 |
| 39 | +### Added |
| 40 | +- Support latest features in v4 API |
| 41 | +- Use Gradle as a dependency manager |
| 42 | +- Published in maven central repository |
| 43 | +- Error handling |
| 44 | +- Add mock test |
| 45 | +- Add samples |
37 | 46 |
|
| 47 | +Compatibility |
| 48 | +- JDK >= 1.8 |
| 49 | + |
| 50 | +## [1.2.0] - 2016-04-26 |
| 51 | +### Changed |
38 | 52 | - Properties added in Checkpoint class |
39 | 53 | - slug |
40 | 54 | - location |
41 | 55 |
|
42 | | -### 2016-02-02-v1.1.1 |
43 | | - |
| 56 | +## [1.1.1] - 2016-02-02 |
| 57 | +### Changed |
44 | 58 | - Solving issue at Checkpoint.java, typo in ```country_iso3``` |
| 59 | + |
| 60 | +[2.1.5]: https://github.com/AfterShip/aftership-sdk-java/compare/v2.1.3...2.1.5 |
| 61 | +[2.1.3]: https://github.com/AfterShip/aftership-sdk-java/compare/v2.1.2...v2.1.3 |
| 62 | +[2.1.2]: https://github.com/AfterShip/aftership-sdk-java/compare/v2.1.0...v2.1.2 |
| 63 | +[2.1.0]: https://github.com/AfterShip/aftership-sdk-java/compare/v2.0.8...v2.1.0 |
| 64 | +[2.0.8]: https://github.com/AfterShip/aftership-sdk-java/compare/v1.2.0...v2.0.8 |
| 65 | +[1.2.0]: https://github.com/AfterShip/aftership-sdk-java/compare/1.1.1...v1.2.0 |
| 66 | +[1.1.1]: https://github.com/AfterShip/aftership-sdk-java/releases/tag/1.1.1 |
0 commit comments