Releases: Attacktive/troubleshooter-editor-back-end
Releases · Attacktive/troubleshooter-editor-back-end
1.2.9
What's Changed
- feature: remove unnecessary log in case of HTTP 404 by @Attacktive in #190
Full Changelog: 1.2.8...1.2.9
1.2.8
What's Changed
- docs: update README.md by @Attacktive in #188
- feature: add endpoint for health check by @Attacktive in #189
Full Changelog: 1.2.7...1.2.8
1.2.7
What's Changed
- ci: bump aws-actions/configure-aws-credentials from d90c1f89e165507b62af677520e840bc63a7b509 to 7ec02fdd4f529d110f8ef3a54f0cc68775610e4f by @dependabot in #179
- ci: bump aws-actions/configure-aws-credentials from 7ec02fdd4f529d110f8ef3a54f0cc68775610e4f to 16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 by @dependabot in #180
- ci: bump aws-actions/configure-aws-credentials from 16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 to 97834a484a5ab3c40fa9e2eb40fcf8041105a573 by @dependabot in #181
- ci: bump aws-actions/amazon-ecr-login from bfbd05a2dcf76451041cbd4b9d11cff82489a1ee to 82e0fc39d1cb50e0db083a0a18ae1b775ef44892 by @dependabot in #182
- ci: bump aws-actions/amazon-ecr-login from 82e0fc39d1cb50e0db083a0a18ae1b775ef44892 to 1101c60d69679706db631d7e999b798f4542bbc7 by @dependabot in #183
- chore(deps): bump org.springframework.boot from 3.3.5 to 3.4.0 by @dependabot in #184
- ci: bump aws-actions/amazon-ecr-login from 1101c60d69679706db631d7e999b798f4542bbc7 to b430a9ae4b069c6327bd09bbcf041b67644ea84f by @dependabot in #185
- ci: bump aws-actions/amazon-ecr-login from b430a9ae4b069c6327bd09bbcf041b67644ea84f to 37b726ebcaba9d1c1838caf54540902bad814823 by @dependabot in #186
- chore(deps): bump kotlinPluginVersion from 2.0.21 to 2.1.0 by @dependabot in #187
Full Changelog: 1.2.6...1.2.7
1.2.5
What's Changed
- refactor: replace function to property for simplicity by @Attacktive in #157
- chore(deps): bump org.springframework.boot from 3.3.0 to 3.3.1 by @dependabot in #159
- chore(deps): bump io.spring.dependency-management from 1.1.5 to 1.1.6 by @dependabot in #160
- chore(deps): bump org.springframework.boot from 3.3.1 to 3.3.2 by @dependabot in #161
- refactor: make it return at single point only by @Attacktive in #162
- ci: bump gradle/actions from 3 to 4 by @dependabot in #163
- chore(deps): bump kotlinPluginVersion from 2.0.0 to 2.0.10 by @dependabot in #164
- Refactor/improve readability by @Attacktive in #165
- chore(deps): bump kotlinPluginVersion from 2.0.10 to 2.0.20 by @dependabot in #168
- chore(deps): bump org.springframework.boot from 3.3.2 to 3.3.3 by @dependabot in #167
- refactor: restructure code to Hexagonal Architecture by @Attacktive in #170
- chore(deps): bump org.springframework.boot from 3.3.3 to 3.3.4 by @dependabot in #171
- chore(deps): bump kotlinPluginVersion from 2.0.20 to 2.0.21 by @dependabot in #172
- chore: reformat dependabot.yaml by @Attacktive in #173
- chore: Replace Gradle wrapper distribution type by @Attacktive in #174
- chore(deps): bump org.springframework.boot from 3.3.4 to 3.3.5 by @dependabot in #175
- chore: configure GitHub Workflow to push to Docker Hub by @Attacktive in #176
Full Changelog: 1.2.4...1.2.5
1.2.4
What's Changed
- chore(deps): bump kotlinPluginVersion from 1.9.24 to 2.0.0 by @dependabot in #153
- chore(deps): bump org.springframework.boot from 3.2.5 to 3.3.0 by @dependabot in #154
- Refactor/interface diff result by @Attacktive in #156
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- refactor: turn backing list to
List
instead ofMutableList
by @Attacktive in #151
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- chore(deps): bump org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in #135
- chore(deps): bump org.springframework.boot from 3.2.4 to 3.2.5 by @dependabot in #136
- Feature/exposed for company by @Attacktive in #141
- feature: use Exposed to manipulate Items by @Attacktive in #144
- feature: use Exposed for quick cheats by @Attacktive in #145
- Refactor Code by @Attacktive in #147
- chore(deps): bump kotlinPluginVersion from 1.9.23 to 1.9.24 by @dependabot in #148
- Feature/exposed to rosters by @Attacktive in #149
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- chore(deps): bump org.springframework.boot from 3.2.2 to 3.2.3 by @dependabot in #132
- refactor: change type of properties and local variables to more specific one by @Attacktive in #134
- chore(deps): bump kotlinPluginVersion from 1.9.22 to 1.9.23 by @dependabot in #133
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- feature: introduce functions to split items in two sorts by @Attacktive in #131
Full Changelog: 1.1.4...1.2.0
1.1.4
What's Changed
- ci: bump gradle/gradle-build-action from 2.11.1 to 2.12.0 by @dependabot in #123
- docs: reformat README.md by @Attacktive in #125
- refactor: refactor code as instructed by code inspector by @Attacktive in #126
- chore: remove unneeded dependency:
org.jetbrains.kotlin:kotlin-reflect
by @Attacktive in #127 - refactor: introduce extension function
findBy
by @Attacktive in #128 - refactor: intorudce overloading to extension function
findBy
by @Attacktive in #129 - fix: correct wrong column name by @Attacktive in #130
Full Changelog: 1.1.3...1.1.4