Skip to content

Commit

Permalink
Merge pull request #171 from podaac/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
frankinspace authored Apr 30, 2024
2 parents c66e4e4 + ceb70b3 commit 414a302
Show file tree
Hide file tree
Showing 14 changed files with 6,076 additions and 79 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,33 @@ 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).

## [Unreleased]

### Added
### Deprecated
### Removed
### Fixed
### Security

## [1.2.0]

### Added
- Issue 124 - Log granule name on ingest
- Issue 155 - Log feature ids on database write
- Issue 21 - Create tutorial documentation
- Issue 142 - Add fields to support OPS monitoring and set up indexes to query on them
### Changed
- Issue 161 - Remove obscure_data option from load data lambdas before OPS loading, add environment variable.
### Deprecated
### Removed
### Fixed
- Issue 169 - 403 Error when accessing grnule through bulk load_data
- Issue 158 - Use Lambda role instead of EDL for s3 connection
- Issue 104 - Prevent nodes from being loaded into the reach table
### Security

## [1.1.0]
### Added

### Added
- Issue 77 - Create UMM-S record for hydrocron
- Issue 89 - Pass headers to timeseries Lambda and test for 'Elastic-Heartbeat' in 'User-Agent' header
- Issue 126 - Capture and log the client IP address
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logo: hydrocron_logo.png
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
execute_notebooks: off

# Define the name of the latex output file for PDF builds
latex:
Expand Down
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parts:
chapters:
- file: overview
- file: examples
- file: hydrocron_tutorial
- caption: API ENDPOINTS
chapters:
- file: timeseries
Expand Down
Loading

0 comments on commit 414a302

Please sign in to comment.