Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
release 7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
foamzou committed Jul 20, 2022
1 parent 371bca7 commit b4efbb6
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 24 deletions.
81 changes: 58 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,66 @@
## Release History
# Changelog
All notable changes to this project will be documented in this file.

## Change log
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 7.0.1 (2021-07-30)
## [7.0.5] 2022-07-20
### Added
- add API endpoint `predict-batch`
- update tracking fields

## [7.0.4] 2022-05-11
### Added
- update tracking fields
### Fixed
- fix #80

## [7.0.3] 2022-02-11
### Fixed
- #74 fix the tracking interface

## [7.0.2] 2021-10-26
### Fixed
- #69 Fixed Axios sending empty body issue

## [7.0.1] 2021-07-30
### Fixed
- fix list trackings interface

### 7.0.0 (2021-02-09)
- Breaking changes
- DeliveryStatus Enum change to string instead of integer
## [7.0.0] 2021-02-09
### Breaking Changes
- DeliveryStatus Enum change to string instead of integer

### 6.1.0 (2020-07-29)
## [6.1.0] 2020-07-29
### Added
- Added support for markAsCompleted() of tracking resource
- Updated package dependencies

### 6.0.0 (2020-04-24)
- New features
- Support latest features in v4 API
- Support TypeScript
- Support IntelliSense, bring more convenient to consumers
- The SDK is now isomorphic
- Compatibility
- Node >=10.0
- Breaking changes
- Don't support `callback` anymore, please use `Promise` instead.
- Removed `auto retry` feature, consumers need to retry the request by themselves.
- Removed `call` method
- Remove `meta` in SDK `response` object.

### 5.0.0 (2016-01-13)
* Update to 5.0.0, use Context-less interface, go to README.md for more
## [6.0.0] 2020-04-24
### Added
- Support latest features in v4 API
- Support TypeScript
- Support IntelliSense, bring more convenient to consumers
- The SDK is now isomorphic

Compatibility
- Node >=10.0

### Breaking Changes
- Don't support `callback` anymore, please use `Promise` instead.
- Removed `auto retry` feature, consumers need to retry the request by themselves.
- Removed `call` method
- Remove `meta` in SDK `response` object.

## [5.0.0] 2016-01-13
- Update to 5.0.0, use Context-less interface, go to README.md for more

[7.0.5]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/7.0.4...7.0.5
[7.0.4]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/7.0.3...7.0.4
[7.0.3]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/7.0.2...7.0.3
[7.0.2]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/6.1.0...7.0.0
[6.1.0]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/6.0.0...6.1.0
[6.0.0]: https://github.com/AfterShip/aftership-sdk-nodejs/compare/5.0.0...6.0.0
[5.0.0]: https://github.com/AfterShip/aftership-sdk-nodejs/releases/tag/5.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aftership",
"description": "node.js SDK for AfterShip API",
"version": "7.0.4",
"version": "7.0.5",
"homepage": "https://github.com/aftership/aftership-sdk-nodejs",
"author": {
"name": "AfterShip",
Expand Down

0 comments on commit b4efbb6

Please sign in to comment.