Skip to content

Commit

Permalink
Merge pull request #1773 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v3.10.2
  • Loading branch information
jtherrmann authored Aug 15, 2023
2 parents 0f83ba3 + c88b491 commit 4c648c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
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).

## [3.10.2]
### Deprecated
- The Subscriptions feature has been deprecated and will be removed as early as `2023-09-05` (September 5, 2023).
Please read our [Subscriptions docs](https://hyp3-docs.asf.alaska.edu/using/subscriptions/)
for more details and **take the recommended actions to avoid data loss.**
You can also follow our
[Jupyter notebook tutorials](https://hyp3-docs.asf.alaska.edu/tutorials/process-new-granules-for-search-parameters/)
to learn how to reproduce subscription-like behavior using the HyP3 SDK.

## [3.10.1]
### Changed
- Updated default public key used to verify authentication cookie
Expand Down
4 changes: 2 additions & 2 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-r requirements-apps-start-execution-manager.txt
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-update-db.txt
boto3==1.28.22
boto3==1.28.26
jinja2==3.1.2
moto[dynamodb]==4.1.14
pytest==7.4.0
Expand All @@ -18,4 +18,4 @@ flake8-blind-except==0.2.1
flake8-builtins==2.1.0
setuptools==68.0.0
openapi-spec-validator==0.4.0
cfn-lint==0.79.6
cfn-lint==0.79.7
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-manager.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.28.22
boto3==1.28.26
./lib/dynamo/
./lib/lambda_logging/
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-worker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.22
boto3==1.28.26
./lib/lambda_logging/

0 comments on commit 4c648c3

Please sign in to comment.