Skip to content

Releases: waterdog-oss/ktor-template

Release 2.0.0

09 Jan 19:07
ff10bcf
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

  • Migration to Ktor 2.0 #87

Closed issues:

  • Implement POST, PUT and DELETE example endpoints #9

Merged pull requests:

1.0.9 (2022-03-31)

Full Changelog

Closed issues:

  • Use mavenCentral for distribution #80

Merged pull requests:

1.0.7 (2021-09-02)

Full Changelog

Merged pull requests:

1.0.6 (2021-09-02)

Full Changelog

Merged pull requests:

1.0.5 (2021-07-26)

Full Changelog

Merged pull requests:

1.0.2 (2021-02-03)

Full Changelog

Merged pull requests:

  • ErrorCode enum converted to class #79 (rmpt)
  • Merge pull request #77 from waterdog-oss/development #78 (felix19350)

1.0.1 (2020-12-07)

Full Changelog

1.0.0 (2020-11-06)

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5
  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18

Merged pull requests:

Read more

Release 1.0.9

31 Mar 16:35
028b76d
Compare
Choose a tag to compare

Changelog

1.0.9

Full Changelog

Closed issues:

  • Use mavenCentral for distribution #80

Merged pull requests:

1.0.7 (2021-09-02)

Full Changelog

Merged pull requests:

1.0.6 (2021-09-02)

Full Changelog

Merged pull requests:

1.0.5 (2021-07-26)

Full Changelog

Merged pull requests:

1.0.2 (2021-02-03)

Full Changelog

Merged pull requests:

  • ErrorCode enum converted to class #79 (rmpt)
  • Merge pull request #77 from waterdog-oss/development #78 (felix19350)

1.0.1 (2020-12-07)

Full Changelog

1.0.0 (2020-11-06)

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5
  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18

Merged pull requests:

Read more

Release 1.0.7

02 Sep 16:35
a129746
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Merged pull requests:

1.0.6 (2021-09-02)

Full Changelog

Merged pull requests:

1.0.5 (2021-07-26)

Full Changelog

Merged pull requests:

1.0.2 (2021-02-03)

Full Changelog

Merged pull requests:

  • ErrorCode enum converted to class #79 (rmpt)
  • Merge pull request #77 from waterdog-oss/development #78 (felix19350)

1.0.1 (2020-12-07)

Full Changelog

1.0.0 (2020-11-06)

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5
  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Release 1.0.6

02 Sep 16:00
9072df8
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Merged pull requests:

1.0.5 (2021-07-26)

Full Changelog

Merged pull requests:

1.0.2 (2021-02-03)

Full Changelog

Merged pull requests:

  • ErrorCode enum converted to class #79 (rmpt)
  • Merge pull request #77 from waterdog-oss/development #78 (felix19350)

1.0.1 (2020-12-07)

Full Changelog

1.0.0 (2020-11-06)

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5
  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Release 1.0.5

26 Jul 17:45
528f4bd
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Merged pull requests:

1.0.2 (2021-02-03)

Full Changelog

Merged pull requests:

  • ErrorCode enum converted to class #79 (rmpt)
  • Merge pull request #77 from waterdog-oss/development #78 (felix19350)

1.0.1 (2020-12-07)

Full Changelog

1.0.0 (2020-11-06)

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5
  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Release 1.0.2

03 Feb 15:18
198c0fe
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Merged pull requests:

  • ErrorCode enum converted to class #79 (rmpt)
  • Merge pull request #77 from waterdog-oss/development #78 (felix19350)

1.0.1 (2020-12-07)

Full Changelog

1.0.0 (2020-11-06)

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5
  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Release 1.0.1

07 Dec 23:38
Compare
Choose a tag to compare

Changelog

1.0.1 (2020-12-07)

Full Changelog

1.0.0 (2020-11-06)

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5
  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Release 1.0.0

06 Nov 18:59
4afafac
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

  • Add JSON termination configuration in the SemiStructuredLogFormatter #74
  • Add package to jcenter #72
  • Add serializer for Instant type #70
  • Update the github actions in order to publish artifacts to the mave repo on commits to master #65
  • Create a development branch #64
  • Configure bintray to allow for artifact publishing #63
  • Change the project structure to a multi-module project #62
  • Remove example code #61
  • Change package naming #60
  • Improve the performance of the "Checking readiness with 500 Internal Server Error" test #58
  • Exposed DAO #56
  • Update the DatabaseConnection to use the suspendedTransaction primitive instead of the vanilla transaction #49
  • Refactor the test structure for the endpoint data grid filter tests #41
  • Implement a configuration management strategy #39
  • Reorganize dependencies declaration into a single file. #37
  • Add linting support #28
  • Add license #24
  • Default list endpoint format compatible with front-end datagrids #23
  • Java 11 #22
  • Exception Handling with Status Pages #17
  • Sanitise input library #13
  • Flyway Database Migrations #10
  • Create and Write README.md #2
  • Refactor and Test Dockerfile #1
  • Feature/#62 multi module #69 (monxalo)

Fixed bugs:

  • Use the official gradle docker image #40
  • Unsafe type casts on TableExtensions.createFilters #38
  • Commit on database connection #12

Closed issues:

  • Documentation of project branch structure #20
  • Deployment Automation with Builds #18
  • Documentation #15
  • Health checks endpoints #14
  • Add call logging #7
  • Implement logging strategy #5

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator