Releases: Liberty52/Liberty52-BE
Releases · Liberty52/Liberty52-BE
MAIN v-2023.12.06-210118
refactor(#506): Extract Feign exception class to common module (#507)
MAIN v-2023.12.03-090052
fix: Product에 대한 배송비를 주문의 배송비로 저장되도록 수정 (#504) Signed-off-by: hseungho <[email protected]>
MAIN v-2023.12.02-144402
장바구니 api 수정 (#503) * 버그 수정 * 버그 수정 * 배송옵션 null 처리 * api 수정 * 테스트 수정 * api 수정 * transactional 추가 * api 수정 * api 수정
MAIN v-2023.12.02-034719
transactional 추가 (#502) * 버그 수정 * 버그 수정 * 배송옵션 null 처리 * api 수정 * 테스트 수정 * api 수정 * transactional 추가
MAIN v-2023.12.01-142907
상품 조회 시 옵션 반환, 상품 목록 조회 시 정렬해서 반환 (#501) * fix: 상품 조회 시 선택 옵션 조회 되게 수정 * feat: 상품 목록 정렬해서 반환되게 수정
MAIN v-2023.12.01-062816
What's Changed
Full Changelog: v-2023.12.01-054628...v-2023.12.01-062816
MAIN v-2023.12.01-054628
What's Changed
- api 수정 by @ansm6358 in #497
- Revert "api 수정" - CD 실패 by @ImKunYoung in #499
Full Changelog: v-2023.11.30-044453...v-2023.12.01-054628
MAIN v-2023.11.30-044453
[리팩터링] Exception Common 모듈로 추출 (#492) * refactor: Extract BadRequestException to common module * refactor: Extract ForbiddenException to common module * refactor: Extract NotYourResourceException to common module * refactor: Extract NotFoundException to common module * refactor: Extract ResourceNotFoundException to common module * ci: Update ci trigger condition * refactor: Extract UnauthorizedException to common module * refactor: Extract ErrorResponse to common module * bugfix: Update incorrect import path
AUTH v-2023.11.30-044306
Revert "[버그픽스] ghcr 경로 결함 (#494)" (#495) This reverts commit 8e7d6d9ea04737abdb8d915d8dd614d8e64acab7.
MAIN v-2023.11.30-025936
test/#490