Releases: EUDAT-B2SHARE/b2share
Releases · EUDAT-B2SHARE/b2share
v2.4.1
v2.4.0
v2.3.4
v2.3.3
v2.3.2
Patch release. Changes after version 2.3.1:
- Update links in Help page
- Update "Terms of Use" to point to https://www.eudat.eu/eudat-cdi-aup
- Update "User Guide", "Search", and "REST API" links to point to "https://doc.eudat.eu/b2share/*" pages
v2.3.1
Patch release. Changes after version 2.3.0:
-
Bug Fixes:
- Add User-Agent HTTP header to schema resolve request. Fixes schema updates.
- Fix PATCH record for TypeError when missing doi. In old records, the doi was not a requirement. If the doi is not present, PATCH of the record is now possible without errors.
-
New features (thanks @gcakir ):
- Blur community description when it's too long
- Load fonts locally instead of using Google API
- Fix parsing of ePIC PIDs
v2.3.0
Minor release. Changes after version 2.2.5:
- B2SHARE now gathers record view statistics and displays them in UI.
- Minor optimizations for mobile browsing.
- Introduce config loader for configuration loading. Supports Hashicorp vault for now.
Configuration can still supplied via environment variables and config.py.
v2.2.5
Minor release. Changes after version 2.2.4:
- Introduce Signposting feature
- Add statistics collection backend
v2.2.4
Minor release. Changes since v2.2.3 include:
- Introduce social media share feature
- Replace deprecated B2HANDLE with pyhandle library
- Update B2ACCESS integration
- Fix citation rendering for Safari
- Update root schema version to version 2
- Temporal coverage can now be open ended. One can specify both start and end date, or just one of the two.
v2.2.3
Minor release. Changes since v2.2.2 include:
- Citation info for dataset can be generated.
- Modifications to record ownership can be done via CLI.
- Development environment instructions and files added.
- Unit test fixes.
- Introduced custom config loader.
- Bug fixes.