Skip to content

Releases: hmrc/api-publisher

0.156.0

21 Jun 21:52
de757d9
Compare
Choose a tag to compare

Release : api-publisher 0.156.0

Last commit sha : de757d9
Last commit author : Matt Clark
Last commit time : 2024-04-15T13:07:30Z

APIS-6956: bump common lib version (#109)

0.155.0

15 Apr 13:13
de757d9
Compare
Choose a tag to compare

Release : api-publisher 0.155.0

Last commit sha : de757d9
Last commit author : Matt Clark
Last commit time : 2024-04-15T13:07:30Z

APIS-6956: bump common lib version (#109)

0.154.0

06 Feb 09:21
72698bf
Compare
Choose a tag to compare

Release : api-publisher 0.154.0

Last commit sha : 72698bf
Last commit author : John Green
Last commit time : 2024-02-06T09:10:31Z

APIS-6758: Upgrade to Play 3.0 (#107)

  • APIS-6758: Upgrade to Play 3.0

  • APIS-6758: Remove unused variable

0.153.0

24 Jan 11:00
7d02138
Compare
Choose a tag to compare

Release : api-publisher 0.153.0

Last commit sha : 7d02138
Last commit author : Matt Clark
Last commit time : 2024-01-24T10:50:43Z

APIS-6689: update documentation to remove requires trust Co-authored-by: Andy Spaven [email protected] (#106)

0.152.0

16 Jan 09:05
8202c9c
Compare
Choose a tag to compare

Release : api-publisher 0.152.0

Last commit sha : 8202c9c
Last commit author : Andy Spaven
Last commit time : 2024-01-16T08:55:04Z

APIS-6625 - Correct signing after loss of box and keys (#105)

0.151.0

21 Nov 09:26
4c6fe8c
Compare
Choose a tag to compare

Release : api-publisher 0.151.0

Last commit sha : 4c6fe8c
Last commit author : John Green
Last commit time : 2023-11-21T09:16:47Z

APIS-6572: Also return a response body when the API is not yet approved (#103)

  • APIS-6572: Also return a response body when the API is not yet approved

  • APIS-6572: Fix error and PR bot recommendations

0.150.0

01 Nov 07:40
e613881
Compare
Choose a tag to compare

Release : api-publisher 0.150.0

Last commit sha : e613881
Last commit author : John Green
Last commit time : 2023-11-01T07:29:27Z

APIS-6533: Remove endpointsEnabled from the response to /publish (#102)

0.149.0

27 Oct 09:36
59e9478
Compare
Choose a tag to compare

Release : api-publisher 0.149.0

Last commit sha : 59e9478
Last commit author : John Green
Last commit time : 2023-10-27T09:26:38Z

APIS-6465: Allow statuses of PROTOTYPED and PUBLISHED from api-definition (#100)

  • APIS-6465: Allow statuses of PROTOTYPED and PUBLISHED from api-definition

  • APIS-6465: Add a comment and a unit test

  • APIS-6465: Review comments

0.148.0

26 Oct 09:03
f92bde3
Compare
Choose a tag to compare

Release : api-publisher 0.148.0

Last commit sha : f92bde3
Last commit author : John Green
Last commit time : 2023-10-26T08:53:53Z

APIS-6465: Expose parts of published definitions when publishing (#99)

  • APIS-6465: Expose parts of published definitions when publishing

  • APIS-6465: Use a map instead of includeDefinition

0.147.0

18 Sep 07:41
209f79c
Compare
Choose a tag to compare

Release : api-publisher 0.147.0

Last commit sha : 209f79c
Last commit author : Pete Slater
Last commit time : 2023-09-18T07:31:59Z

APIS-6374 - Updated README to include more information about /publish… (#98)

  • APIS-6374 - Updated README to include more information about /publish and /validate endpoints

  • APIS-6374 - PR Bot