Skip to content

Commit

Permalink
Merge pull request #60 from clowder-framework/59-change-context-type-…
Browse files Browse the repository at this point in the history
…for-v2

59 change context type for v2
  • Loading branch information
max-zilla authored Apr 6, 2023
2 parents aa426b7 + a62ce2e commit 1b4ce96
Show file tree
Hide file tree
Showing 15 changed files with 1,572 additions and 640 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.0 - 2022-12-16
This version adds Clowder 2 support and removes the old method of extractor registration in favor of reliance on heartbeats.

### Added
- api/v1 and api/v2 code split for back compatibility as v2 is introduced.
- new simplified ClowderClient is used in the new split endpoints for future refactoring.

### Removed
- remove RABBITMQ_EXCHANGE parameter and REGISTRATION_URL parameter.
- remove DatasetsAPI and object-oriented ClowderClient.

## 2.7.0 - 2023-02-14

When extractors download a file from clowder it will ask clowder to not track that download.
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ ARG PYTHON_VERSION="2.7"
# environment variables
ENV PYTHON_VERSION=${PYTHON_VERSION} \
RABBITMQ_URI="amqp://guest:guest@rabbitmq:5672/%2F" \
RABBITMQ_EXCHANGE="clowder" \
RABBITMQ_QUEUE="" \
CLOWDER_URL="" \
REGISTRATION_ENDPOINTS="" \
EMAIL_SERVER="" \
EMAIL_SENDER="extractor" \
MAIN_SCRIPT=""
Expand Down
Empty file added pyclowder/api/__init__.py
Empty file.
Empty file added pyclowder/api/v1/__init__.py
Empty file.
Loading

0 comments on commit 1b4ce96

Please sign in to comment.