Skip to content

Releases: Financial-Times/next-syndication-api

1.0.0 Remove n-internal-tool

03 Feb 11:11
24a67aa
Compare
Choose a tag to compare

Major change. Remove n-internal-tool usage and replace with n-express. Please test before pushing to production.

0.40.1 Healthchecks for syndication downloads

24 Jan 12:58
cb79dea
Compare
Choose a tag to compare

Adding Heimdall healthchecks for syndication downloads.

0.40.0 Graphite metrics for article and archive downloads

12 Jan 09:27
9655fdf
Compare
Choose a tag to compare

This release adds Graphite metrics for Syndication article and zip downloads.

0.39.0

11 Jan 10:22
bf9c325
Compare
Choose a tag to compare

npm7 migration

0.38.7 Stop masquerading updating the database

21 Oct 10:14
f303dac
Compare
Choose a tag to compare

Masquerading should not result in the database getting updated. Because this particular bit of code wasn't wrapped in a check, it was updating the contract being checked with the user's licence ID (FT Staff) which was incorrect.

There is a wider problem here with database upserts running in middleware which means all requests including GET requests will write to the database, that would require a bigger refactor and an understanding of why the database is getting updated on these calls anyway

Return empty string when content_areas comes back as null

08 Oct 10:15
c63133e
Compare
Choose a tag to compare

improve the fix so that item.content is an empty string rather than undefined when content_areas is null

Handle null fields from content_areas

07 Oct 18:45
68039c0
Compare
Choose a tag to compare

Fixed the issue where 8 licences had 'null' for the database field 'content_areas' in 'contract_asset_data' table. When that data comes back to the api, it used to be [null] and now is just null. There was no handling on the code to check that it was receiving an array before trying to run join on it. The fix makes sure it is an array before trying to run join on it.

Updates to healthchecks

23 Jul 13:01
e83aff2
Compare
Choose a tag to compare

Rolls back #309

08 Jul 08:13
7791265
Compare
Choose a tag to compare

Rolls back #309 (roll back was in #310)
Add make verify to precommit hook

Fine tune SSL settings for DB connection

07 Jul 08:24
2af3ad1
Compare
Choose a tag to compare