Skip to content

Releases: DFE-Digital/childrens-social-care-cpd-indexer

v2.0.0

27 Mar 10:34
d60bd73
Compare
Choose a tag to compare

2.0.0 (2024-03-27)

Bug Fixes

  • Azure throws an Exception when the index doesn't exist (4c1330d)
  • Fix logging by flushing the app insights buffer (#26) (0413a78)
  • Remove the environment aspect of the configuration (#28) (9766e70)

Features

  • Add Azure Key Vault as a configuration provider and compact the config into a section (#25) (a6c9639)
  • Add telemetry client (#17) (e2f2d64)
  • Add the estimated reading time to the index (#20) (a7e00f4)
  • Convert to Azure Container App (cc37785), closes #24
  • Make the Title field searchable (#27) (243922a)
  • Switch to using an Azure Function instead of a Container App Job (#18) (9c334f9)

BREAKING CHANGES

  • Container App Job -> Azure function

v1.0.0-next.14

14 Feb 09:04
9766e70
Compare
Choose a tag to compare
v1.0.0-next.14 Pre-release
Pre-release

1.0.0-next.14 (2024-02-14)

Bug Fixes

  • Remove the environment aspect of the configuration (#28) (9766e70)

v1.0.0-next.13

23 Jan 08:43
243922a
Compare
Choose a tag to compare
v1.0.0-next.13 Pre-release
Pre-release

1.0.0-next.13 (2024-01-23)

Features

v1.0.0-next.12

19 Jan 13:38
0413a78
Compare
Choose a tag to compare
v1.0.0-next.12 Pre-release
Pre-release

1.0.0-next.12 (2024-01-19)

Bug Fixes

  • Fix logging by flushing the app insights buffer (#26) (0413a78)

v1.0.0-next.11

19 Jan 13:20
a6c9639
Compare
Choose a tag to compare
v1.0.0-next.11 Pre-release
Pre-release

1.0.0-next.11 (2024-01-19)

Features

  • Add Azure Key Vault as a configuration provider and compact the config into a section (#25) (a6c9639)

v1.0.0-next.10

17 Jan 08:19
cc37785
Compare
Choose a tag to compare
v1.0.0-next.10 Pre-release
Pre-release

1.0.0-next.10 (2024-01-17)

Features

  • Convert to Azure Container App (cc37785), closes #24

v1.0.0-next.9

15 Jan 14:08
1ed3336
Compare
Choose a tag to compare
v1.0.0-next.9 Pre-release
Pre-release

1.0.0-next.9 (2024-01-15)

Features

  • Add the estimated reading time to the index (#20) (a7e00f4)
  • Switch to using an Azure Function instead of a Container App Job (#18) (9c334f9)

BREAKING CHANGES

  • Container App Job -> Azure function

v1.0.0-next.8

11 Dec 10:10
e2f2d64
Compare
Choose a tag to compare
v1.0.0-next.8 Pre-release
Pre-release

1.0.0-next.8 (2023-12-11)

Features

v1.0.0

08 Dec 09:58
90219f3
Compare
Choose a tag to compare

1.0.0 (2023-12-08)

Bug Fixes

  • Add command line override to auto accept conditions (7263aa6), closes #12
  • Always create the index if it doesn't already exist (#13) (c6cda71)
  • Fix the github workflow directory name (cf018c5), closes #2
  • Fix the github workflow directory name (f1a3032)
  • Push to registry was not being set (83013dd), closes #11
  • semantic-release workflow was missing file extension (c9b30b9)
  • Set job working directory to 'src' (5ea31f6)
  • Update build-docker-image.yml (d39cf92), closes #10
  • Update build-docker-image.yml (8be0ab8), closes #9

Features

  • Create indexer and unit test (6cbba74), closes #1

v1.0.0-next.7

08 Dec 15:53
4c1330d
Compare
Choose a tag to compare
v1.0.0-next.7 Pre-release
Pre-release

1.0.0-next.7 (2023-12-08)

Bug Fixes

  • Azure throws an Exception when the index doesn't exist (4c1330d)