-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release cron 3.1.0 (#1968)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b102c91
commit de180a6
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,42 @@ | ||
# Changelog | ||
|
||
## [3.1.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.0.0...cron-v3.1.0) (2022-06-08) | ||
|
||
|
||
### Features | ||
|
||
* add cargo metric statements and dummy data inserts for testing … ([#1835](https://github.com/nftstorage/nft.storage/issues/1835)) ([72480d6](https://github.com/nftstorage/nft.storage/commit/72480d6a9719308bf4a8a81c34764a51f5f58cfa)) | ||
* add done log line ([15436a6](https://github.com/nftstorage/nft.storage/commit/15436a6f9f740785d3462964c1b8ff449ccbb7f5)) | ||
* add stats routes ([#1400](https://github.com/nftstorage/nft.storage/issues/1400)) ([96acd59](https://github.com/nftstorage/nft.storage/commit/96acd592b8e0cc36f2adaf542ef4921cfa8bea22)) | ||
* cron update for [email protected] ([#1807](https://github.com/nftstorage/nft.storage/issues/1807)) ([16e5333](https://github.com/nftstorage/nft.storage/commit/16e5333346d22c7c2d212ca0a80ff712fbc6ba2b)) | ||
* grace period for new pins found in error state ([#1577](https://github.com/nftstorage/nft.storage/issues/1577)) ([36050b3](https://github.com/nftstorage/nft.storage/commit/36050b3a8b52ad71348cca346a7dd3933b6f168f)) | ||
* track content bytes total metric ([#1199](https://github.com/nftstorage/nft.storage/issues/1199)) ([695e4a5](https://github.com/nftstorage/nft.storage/commit/695e4a5d7bbefc125291cfd001a743683efb6808)) | ||
* use Cluster statusAll method ([#1265](https://github.com/nftstorage/nft.storage/issues/1265)) ([c628259](https://github.com/nftstorage/nft.storage/commit/c628259179db7890335c476fffeff636b9fd0c26)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* allow pool to exit when idle ([aeb3843](https://github.com/nftstorage/nft.storage/commit/aeb38439bc98f90877763d51e03ffe0247f236f3)) | ||
* column reference inserted_at is ambiguous ([3003926](https://github.com/nftstorage/nft.storage/commit/3003926c399be163fd09b3e4788699ac8f850f61)) | ||
* failed pins cron ([#1100](https://github.com/nftstorage/nft.storage/issues/1100)) ([eab0411](https://github.com/nftstorage/nft.storage/commit/eab0411b1215791469fa691edfb33d3b9ed398d1)) | ||
* metrics ([#1051](https://github.com/nftstorage/nft.storage/issues/1051)) ([cda9619](https://github.com/nftstorage/nft.storage/commit/cda9619d9dcdd26a449d20d78fec769d7ec20c28)) | ||
* metrics cron ([#1486](https://github.com/nftstorage/nft.storage/issues/1486)) ([8d27e91](https://github.com/nftstorage/nft.storage/commit/8d27e919b734194cdd459c4714fe96eec748a119)) | ||
* move to cluster3 ([#962](https://github.com/nftstorage/nft.storage/issues/962)) ([b6fc2c3](https://github.com/nftstorage/nft.storage/commit/b6fc2c3dfb1813f36f6a35e38c5f89fffb15e238)) | ||
* pins cron ([#1811](https://github.com/nftstorage/nft.storage/issues/1811)) ([f112573](https://github.com/nftstorage/nft.storage/commit/f1125738ba8e9c70a4a4da2cd8d3cbb48cb5b4c2)) | ||
* pool does not need connect ([1db831e](https://github.com/nftstorage/nft.storage/commit/1db831e0548c5996569a8dfc9884a6feabdf52c5)) | ||
* query cluster 3 for status ([#1099](https://github.com/nftstorage/nft.storage/issues/1099)) ([06a99f5](https://github.com/nftstorage/nft.storage/commit/06a99f512f461c75b90a41de09ef89cec6a85a84)) | ||
* revert using pool ([13e78f0](https://github.com/nftstorage/nft.storage/commit/13e78f0ee2ac9deff979da696ff3a481695eee22)) | ||
* update ipfs car and client ([#1373](https://github.com/nftstorage/nft.storage/issues/1373)) ([2b61549](https://github.com/nftstorage/nft.storage/commit/2b61549f4f31684a6afca28c9f7ed39dc076ada2)) | ||
* use pool ([8b8e817](https://github.com/nftstorage/nft.storage/commit/8b8e817379245b8cf2cfab135124d4636efbc6de)) | ||
* use source_cid in pin cron job ([#1757](https://github.com/nftstorage/nft.storage/issues/1757)) ([c49727c](https://github.com/nftstorage/nft.storage/commit/c49727c6159c37843f8b61957a6c97b2f1123637)) | ||
* value when metric is missing in db ([#1058](https://github.com/nftstorage/nft.storage/issues/1058)) ([e0f0490](https://github.com/nftstorage/nft.storage/commit/e0f049049efa4dc9d2bf2b9720cec119b917cb1c)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* concurrent pin status sync ([#1104](https://github.com/nftstorage/nft.storage/issues/1104)) ([968b94a](https://github.com/nftstorage/nft.storage/commit/968b94a7977397804113d54b519afd1f1aaa03bd)) | ||
* metrics max concurrent queries and adds inserted at index to upload ([#1576](https://github.com/nftstorage/nft.storage/issues/1576)) ([4645d15](https://github.com/nftstorage/nft.storage/commit/4645d1594ec93eefee2d2d8f783b6ff5be5cfd8e)) | ||
|
||
## [2.1.0](https://www.github.com/nftstorage/nft.storage/compare/cron-v2.0.0...cron-v2.1.0) (2021-07-13) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters