Skip to content

Commit 1b4ce96

Browse files
authored
Merge pull request #60 from clowder-framework/59-change-context-type-for-v2
59 change context type for v2
2 parents aa426b7 + a62ce2e commit 1b4ce96

File tree

15 files changed

+1572
-640
lines changed

15 files changed

+1572
-640
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.0.0 - 2022-12-16
8+
This version adds Clowder 2 support and removes the old method of extractor registration in favor of reliance on heartbeats.
9+
10+
### Added
11+
- api/v1 and api/v2 code split for back compatibility as v2 is introduced.
12+
- new simplified ClowderClient is used in the new split endpoints for future refactoring.
13+
14+
### Removed
15+
- remove RABBITMQ_EXCHANGE parameter and REGISTRATION_URL parameter.
16+
- remove DatasetsAPI and object-oriented ClowderClient.
17+
718
## 2.7.0 - 2023-02-14
819

920
When extractors download a file from clowder it will ask clowder to not track that download.

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ ARG PYTHON_VERSION="2.7"
66
# environment variables
77
ENV PYTHON_VERSION=${PYTHON_VERSION} \
88
RABBITMQ_URI="amqp://guest:guest@rabbitmq:5672/%2F" \
9-
RABBITMQ_EXCHANGE="clowder" \
109
RABBITMQ_QUEUE="" \
1110
CLOWDER_URL="" \
12-
REGISTRATION_ENDPOINTS="" \
1311
EMAIL_SERVER="" \
1412
EMAIL_SENDER="extractor" \
1513
MAIN_SCRIPT=""

pyclowder/api/__init__.py

Whitespace-only changes.

pyclowder/api/v1/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)