Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
Changes since 1.8.1:
 - Removed the v2 all builds API endpoint due to lack of use.
 - Fixed a bug where the download count for the past 24 hours API endpoint would use the incorrect time range.
 - Fixed a race condition when incrementing the download counters.
 - Removed the v2 updater device API endpoint as it was not being used.
 - Fixed an incorrect API request type being used. Because of this change, shippy 1.5.1 and up are compatible with this release. Previous versions will fail to change the build enable status.
 - Fixed a server error bug that would manifest from operating on a field too early, if the field was blank in the request.
 - Lot of code cleanup and optimizations
 - Massive improvements to testing suite. shipper is now more resilient against crashes and bugs thanks to the increased test coverage!
  • Loading branch information
ericswpark committed Jul 11, 2021
1 parent b1c6092 commit d073b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.2

0 comments on commit d073b7f

Please sign in to comment.