Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
This release contains a database migration.
This release contains a security vulnerability patch.
This release contains a configuration key change.

- Added functionality to regex match the uploaded build artifact filename
- Added configuration keys for the regex match pattern
- Added localization mechanism for shipper
- Added API endpoint to fetch the regex match pattern
- Added cache mechanism configuration to reduce server load

- Fixed upload API to delete chunked build if the device does not exist
- Changed statistics model to be more generic
- General code cleanup
- Updated library dependencies

- Removed redundant configuration key (`SHIPPER_FILE_NAME_FORMAT_DELIMITER`)
  • Loading branch information
ericswpark committed Feb 26, 2022
1 parent ced1671 commit dfdc6c4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ The format is based on [Keep a Changelog][keep-a-changelog].
# [Unreleased]


# [1.14.0] - 2022-02-26

This release contains a database migration.
This release contains a security vulnerability patch.
This release contains a configuration key change.

## Added
- Added functionality to regex match the uploaded build artifact filename
- Added configuration keys for the regex match pattern
- Added localization mechanism for shipper
- Added API endpoint to fetch the regex match pattern
- Added cache mechanism configuration to reduce server load

## Changed
- Fixed upload API to delete chunked build if the device does not exist
- Changed statistics model to be more generic
- General code cleanup
- Updated library dependencies

## Removed
- Removed redundant configuration key (`SHIPPER_FILE_NAME_FORMAT_DELIMITER`)


# [1.13.6] - 2022-02-05

## Changed
Expand Down Expand Up @@ -788,7 +811,8 @@ This release contains a configuration key change.
Initial release


[Unreleased]: https://github.com/ericswpark/shipper/compare/1.13.6...HEAD
[Unreleased]: https://github.com/ericswpark/shipper/compare/1.14.0...HEAD
[1.14.0]: https://github.com/ericswpark/shipper/compare/1.13.6...1.14.0
[1.13.6]: https://github.com/ericswpark/shipper/compare/1.13.5...1.13.6
[1.13.5]: https://github.com/ericswpark/shipper/compare/1.13.4...1.13.5
[1.13.4]: https://github.com/ericswpark/shipper/compare/1.13.3...1.13.4
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.6
1.14.0

0 comments on commit dfdc6c4

Please sign in to comment.