Releases: dnd-side-project/dnd-8th-8-backend
Releases · dnd-side-project/dnd-8th-8-backend
v1.0.1
What's Changed
- refactor: remove rollbackfor option of transaction annotation @junghoon-vans in #170
- refactor: return 201 created when resource was created by @junghoon-vans in #171
- refactor: rename function to upload profile image by @junghoon-vans in #172
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: Add message util by @junghoon-vans in #159
- refactor: replace hardcoded messages to message source by @Chaerim1001 in #160
- chore: remove duplicated message.properties by @junghoon-vans in #162
- refactor: add subitem option to checklist api by @Chaerim1001 in #164
- chore: Add .DS_Store to gitignore by @junghoon-vans in #166
- fix(jwt): JWT String argument cannot be null or empty by @junghoon-vans in #165
Full Changelog: 1.0.0-SNAPSHOT...v1.0.0
1.0.0-SNAPSHOT
What's Changed
- chore: Add templates for contribution by @junghoon-vans in #2
- chore: Add idea directory to .gitignore by @junghoon-vans in #4
- feat: project initial settings by @Chaerim1001 in #6
- build(ci): add sonarqube github actions workflow by @junghoon-vans in #8
- build: drop sonarcloud workflow by @junghoon-vans in #9
- chore(docker-compose): allow all hosts to connect to the database by @junghoon-vans in #11
- build: dependencies version settings by @Chaerim1001 in #14
- build: use checkstyle to validate code convension by @junghoon-vans in #15
- chore: add intellij java google style configuration file by @junghoon-vans in #18
- fix: db timezone in docker-compose by @junghoon-vans in #20
- chore: use spring rest docs as api docs by @Chaerim1001 in #22
- build: integrate sonarcloud with checkstyle by @junghoon-vans in #23
- build: api documentation page deployment by @junghoon-vans in #26
- chore: disable naming convention check for class associated with OAuth by @Chaerim1001 in #31
- build: improve spring rest docs task by @junghoon-vans in #32
- chore: separating settings files based on profile by @junghoon-vans in #35
- chore: set in memory db for test environment by @junghoon-vans in #37
- feat: google login used spring security by @Chaerim1001 in #33
- refactor: improve application configurations by @junghoon-vans in #39
- build: change github action workflow trigger by @junghoon-vans in #41
- feat: support kakao oauth login by @junghoon-vans in #42
- feat: renew authentication token by @Chaerim1001 in #43
- refactor: reduce code smells by @junghoon-vans in #44
- refactor: improve code quality by @junghoon-vans in #46
- fix: change cookie deserialize function from CookieUtil by @Chaerim1001 in #47
- feat: change csrf setting to disabled by @Chaerim1001 in #50
- fix: add authorizationRequestRepository setting to SecurityConfig by @Chaerim1001 in #51
- feat: add exception handler used ControllerAdvice by @Chaerim1001 in #54
- feat: add common response format by @junghoon-vans in #53
- build: add validation dependency by @Chaerim1001 in #55
- refactor: improve response class by @junghoon-vans in #57
- test: add custom annotation for controller test used AuthenticationPr… by @Chaerim1001 in #63
- refactor: improve custom user details structure by @junghoon-vans in #66
- refactor: update success response to have custom status by @junghoon-vans in #68
- refactor: improve jwt token process by @junghoon-vans in #67
- build: change documentation deployment trigger by @junghoon-vans in #72
- fix: resolve duplicate ducument creation by @junghoon-vans in #70
- hotfix: allow jwt refresh api without authenticated by @junghoon-vans in #73
- feat: user info api by @junghoon-vans in #56
- feat: checklist api by @Chaerim1001 in #58
- docs: update jwt api by @junghoon-vans in #77
- refactor: change dependency for member in checklist controller by @Chaerim1001 in #78
- docs: change access token value in member api by @junghoon-vans in #79
- docs: update checklist api by @Chaerim1001 in #81
- docs: apply missing changes of access token value by @junghoon-vans in #82
- chore: update project configurations by @junghoon-vans in #83
- bug: return unauthorized when undefined error occurs by @Chaerim1001 in #64
- test(checklist): change time to actual value by @Chaerim1001 in #85
- chore: rename project to wedding map by @junghoon-vans in #87
- feat: onboarding checklist pre check api by @Chaerim1001 in #88
- docs: add oauth2 login api docs by @Chaerim1001 in #89
- build: deploy applicaition using GitHub Actions by @junghoon-vans in #90
- fix: change response data to sort by date by @Chaerim1001 in #92
- build: optimize GitHub actions by @junghoon-vans in #93
- style: change flyway migration filename format to timestamp by @junghoon-vans in #95
- build: setup nginx container to ecs by @junghoon-vans in #99
- feature: health check api by @junghoon-vans in #100
- chore: remove docker compose for production by @junghoon-vans in #102
- refactor: improve s3 service by @junghoon-vans in #101
- docs: update document page title to project name by @junghoon-vans in #103
- docs: update readme to add project info by @junghoon-vans in #104
- release: v1.0.0-SNAPSHOT by @junghoon-vans in #105
- build: update ecs task definition by @junghoon-vans in #108
- feat: budget api by @Chaerim1001 in #97
- fix: resolve out of memory on ecs container by @junghoon-vans in #111
- docs: update oauth2 api docs by @junghoon-vans in #112
- docs: modify wrong title in transaction api by @Chaerim1001 in #114
- feat: add withdraw function to s3 service by @Chaerim1001 in #118
- feat: wedding api by @junghoon-vans in #122
- feat: contract api by @Chaerim1001 in #120
- refactor: add permission check logic for checklist by @Chaerim1001 in #125
- refactor: add preparing field to wedding by @junghoon-vans in #129
- feature: modify username api by @junghoon-vans in #130
- docs: ignore null response by @junghoon-vans in #132
- chore: allow front-end domain cors by @junghoon-vans in #116
- release: v1.0.0-SNAPSHOT by @junghoon-vans in #134
- build: upgrade spring boot to v3.0.3 by @junghoon-vans in #135
- test: add transaction test by @Chaerim1001 in #133
- fix: incorrect restdocs asciidoctor version by @junghoon-vans in #137
- refactor: change budget table to transaction history b...