This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Releases: RoyalBoroughKingston/ck-api
Releases · RoyalBoroughKingston/ck-api
v1.27.0
v1.26.1
Fixed
- CMS banner image now persisted.
v1.26.0
Added
- Banner added to CMS
- Custom validation messages provided (not for all fields/rules)
- Vimeo apex domain added to video embed URL validation rule
- Related services now ranks services with lower-level taxonomies in common higher than those only with higher-level taxonomies in common
Changed
- Max character count increased for some fields
Fixed
- Can now remove video embed from services
- Disabled services no longer returned in the related services
- The historic update requests report can now be generated
v1.25.0
Changed
- Now using NGINX on GOV.UK PaaS.
Fixed
- Fixed issue with PHP-FPM status and ping endpoints returning a
404
.
v1.24.0
Added
- Added status and ping endpoints for PHP-FPM.
Changed
- Increased memory for
ck-api
instances from128M
to256M
.
v1.23.1
Fixed
- Removed rate-limiting from all endpoints as it was unable to differ between all guest users and treat them the same. If we need to add rate limiting back in, we should instead consider better caching at either the application level or CDN level.
v1.23.0
Added
- Increased instance count on production from
1
to2
.
v1.22.0
Added
- New organisation sign up form now asks the user to set their initial password.
v1.21.0
Added
- Added historic update requests report export.
- Organisations now only require a single contact method to be supplied.
v1.20.0
Added
- Using
PHP-CS-Fixer
instead ofPHP_CodeSniffer
. - Documentation for the
.env
file. - Added AWS CloudFoundry template.
- Added new organisation sign up form endpoint.
Changed
- Using
goldspecdigital/oooas
for generating API specs instead of YAML. - Refactored
develop
script. - Using Docker for both local development and CI/CD.
- Updated composer dependencies.
Fixed
- Using
Date
facade consistently throughout app.