-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
37 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. | |
|
||
This CHANGELOG will contain monorepo related changes such as CI configs, shared dependencies and the development setup. | ||
|
||
## [email protected] - 2024-04-23 | ||
|
||
- Skip npm-publish if not a package | ||
- s3-backup-check on master only | ||
- Add the release script | ||
|
||
## [email protected] - 2024-04-04 | ||
|
||
- Update dependencies | ||
|
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
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,9 @@ | ||
# Changelog for `sourcify-database` | ||
|
||
## [email protected] - 2024-04-23 | ||
|
||
- Add session table to migrations | ||
|
||
## [email protected] - 2024-04-04 | ||
|
||
- Add schema to support postgresql based session (commented) | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [email protected] - 2024-04-23 | ||
|
||
- Make package private | ||
|
||
## [email protected] - 2024-04-04 | ||
|
||
- Update dependencies | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,21 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [email protected] - 2024-04-23 | ||
|
||
- Use Postgres session table for session instead of memory only | ||
- Add dry run parameter for the session verify endpoint | ||
- Increase lambda function max response size by swithching to streaming | ||
- Add fallback to the local compiler when the lambda response is too large | ||
- Don't store contract once again if it's already partial and the result is partial | ||
- New chains: | ||
- Tangle (5845) | ||
- Swisstronik (1291) | ||
- Polygon Amoy Testnet (80002) | ||
- DEGEN (666666666) | ||
- Deprecated chains: | ||
- Polygon Mumbai Testnet (80001) | ||
|
||
## [email protected] - 2024-04-04 | ||
|
||
- Fix checkAndFetchMissing failing in session API | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [email protected] - 2024-04-23 | ||
|
||
- Use chain.title before chain.name | ||
|
||
## [email protected] - 2023-04-04 | ||
|
||
- Add custom error message for session time out issue in Verifier component #1317 | ||
|