Releases: DFE-Digital/get-into-teaching-api
Release 1431
Bump Serilog from 3.1.1 to 4.0.0
Release 1428
Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.15 to 7.0.20
Release 1426
Bump xunit from 2.7.1 to 2.8.1
Release 1423
Bump Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite and Npgsql.EntityFrameworkCore.PostgreSQL
Release 1435
Description
Ship web and worker application logs to Logit.io. Enabled for non-prod environments first
Guidance to review
make development_aks terraform-plan
Release 1434
Reduce logging noise in API log files
Release 1433
This corrects a bug introduced by the upgrade of the Flurl.Http
library in PR #1383 which changed the default json parsing library from Newtonsoft.Json
to System.Text.Json
. A consequence of this bug was that parsing of the Apply Candidates API fails and so synchronisation between Apply and the CRM failed.
This fix imports the library Flurl.Http.Newtonsoft
and adds calls to FlurlHttp.Clients.UseNewtonsoft()
to enforce usage of the Newtonsoft serializer.
For more information, see:
Release 1430
Small update to the docs about running the API locally with local app
Trello ticket: https://trello.com/c/dFV0X4SU/5841-update-technical-documentation-for-api
Release 1432
This adds a missing trello-key
to the github action, allowing for trello tickets to be linked to github PRs
Release 1429
Hardcode Azurerm version to 3.104.2 as later versions cause "Public Network Access is not supported along with Virtual Network feature." errord