1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 14:25:01 +01:00

CHANGELOG.md: Syntax fixes

This commit is contained in:
Alan Orth 2018-11-11 00:08:44 +02:00
parent 40aac8bf89
commit d479b7dc6c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -8,46 +8,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Properly handle database connection errors - Properly handle database connection errors
### [0.7.0] - 2018-11-07 ## [0.7.0] - 2018-11-07
## Added ### Added
- Ability to configure PostgreSQL database port with DATABASE_PORT environment variable (defaults to 5432) - Ability to configure PostgreSQL database port with DATABASE_PORT environment variable (defaults to 5432)
- Hound CI configuration to validate pull requests against PEP 8 code style with Flake8 - Hound CI configuration to validate pull requests against PEP 8 code style with Flake8
- Configuration for [pipenv](https://pipenv.readthedocs.io/en/latest/) - Configuration for [pipenv](https://pipenv.readthedocs.io/en/latest/)
## Changed ### Changed
- Use a database management class with Python context management to automatically open/close connections and cursors - Use a database management class with Python context management to automatically open/close connections and cursors
## Changed ### Changed
- Validate code against PEP 8 style guide with Flake8 - Validate code against PEP 8 style guide with Flake8
### [0.6.1] - 2018-10-31 ## [0.6.1] - 2018-10-31
## Added ### Added
- API documentation at root path (/) - API documentation at root path (/)
### [0.6.0] - 2018-10-31 ## [0.6.0] - 2018-10-31
## Changed ### Changed
- Refactor project structure (note breaking changes to API and indexing invocation, see contrib and README.md) - Refactor project structure (note breaking changes to API and indexing invocation, see contrib and README.md)
### [0.5.2] - 2018-10-28 ## [0.5.2] - 2018-10-28
## Changed ### Changed
- Update library versions in requirements.txt - Update library versions in requirements.txt
### [0.5.1] - 2018-10-24 ## [0.5.1] - 2018-10-24
## Changed ### Changed
- Use Python's native json instead of ujson - Use Python's native json instead of ujson
### [0.5.0] - 2018-10-24 ## [0.5.0] - 2018-10-24
## Added ### Added
- Example nginx configuration to README.md - Example nginx configuration to README.md
## Changed ### Changed
- Don't initialize Solr connection in API - Don't initialize Solr connection in API
### [0.4.3] - 2018-10-17 ## [0.4.3] - 2018-10-17
## Changed ### Changed
- Use pip install as script for Travis CI - Use pip install as script for Travis CI
## Improved ### Improved
- Documentation for deployment and testing - Documentation for deployment and testing
## [0.4.2] - 2018-10-04 ## [0.4.2] - 2018-10-04
@ -61,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.4.1] - 2018-09-26 ## [0.4.1] - 2018-09-26
### Changed ### Changed
- Use execute_values() to batch insert records to PostgreSQL - Use `execute_values()` to batch insert records to PostgreSQL
## [0.4.0] - 2018-09-25 ## [0.4.0] - 2018-09-25
### Fixed ### Fixed