dspace-statistics-api/CHANGELOG.md

43 lines
1.3 KiB
Markdown
Raw Normal View History

# Changelog
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).
2018-09-23 22:04:01 +02:00
## [Unreleased]
### Changed
- Rename project to "DSpace Statistics API"
2018-09-23 23:30:58 +02:00
- Use read-only database connection in API
- Update systemd units for CGSpace→DSpace rename
2018-09-24 13:31:05 +02:00
- Use UPSERT to simplify database schema and Python logic
2018-09-23 22:04:01 +02:00
### Added
- Example systemd service and timer unit for indexer service
2018-09-23 23:30:58 +02:00
### Removed
- Ability to customize SOLR_CORE variable
## [0.0.4] - 2018-09-23
### Added
- Added example systemd unit file for API
- Added indexer.py to ingest views and downloads from Solr to a SQLite database
### Changed
- Refactor Solr configuration and connection
- /item route now expects id as part of the URI instead of a query parameter: /item/id
- View and download stats are now fetched from a SQLite database
## [0.0.3] - 2018-09-20
### Changed
- Refactor environment variables into config module
- Simplify Solr query for "downloads"
- Optimize Solr query by using rows=0
- Fix Solr queries for item views
2018-09-18 14:36:56 +02:00
## [0.0.2] - 2018-09-18
### Added
- Ability to get Solr parameters from environment (`SOLR_SERVER` and `SOLR_CORE`)
## [0.0.1] - 2018-09-18
- Initial release