Skip to content

Releases: Team-DoubleO/backend

FitFinder Backend v1.0.2

23 Dec 11:35
40cc704

Choose a tag to compare

What's Changed

Feat

  • feat : prompt 개선 및 로직 수정 by @SoTaeHo in #25
  • feat: prometheus + grafana 모니터링 툴 연동 by @Bumnote in #28

Fix

  • fix : type과 관련된 mapping 프롬프트 추가 by @SoTaeHo in #26
  • fix: grafana 모니터링 연동 시 발생한 오류 수정 by @Bumnote in #29
  • fix: Tomcat Metric 수집 오류 수정 및 인증서 발급 오류 수정 by @Bumnote in #30

Full Changelog: v1.0.1...v1.0.2

FitFinder Backend v1.0.1

21 Dec 02:31
da89a92

Choose a tag to compare

What's Changed

Feat: 기능 구현

  • feat: EC2 서버 디스크 사용량 모니터링 알림 및 디스크 정리 자동화 by @Bumnote in #20

Fix: 버그 수정

  • fix: block -> nonBlock 변환 by @Bumnote in #17
  • fix: AsyncTimeOut & JsonParsing 오류 수정 by @Bumnote in #18
  • fix: 모니터링 알림 및 복구 자동화 함수 호출 추가 by @Bumnote in #21
  • fix: nginx 중복 필드 제거 및 디스코드 Webhook 연동 오류 해결 by @Bumnote in #22
  • fix: AsyncConfig 개선 및 프로그램 연령대 데이터 정제 by @Bumnote in #24

Full Changelog: v1.0.0...v1.0.1

FitFinder Backend v1.0.0

21 Dec 02:30
37e8533

Choose a tag to compare

What's Changed

Feat: 기능 구현

  • feat : CI pipeline 수정 by @SoTaeHo in #4
  • feat: Spring AI 활용하기 위한 의존성 추가 및 Client 구현 by @Bumnote in #7
  • feat: GlobalException 예외 처리 로직 추가 구현 by @Bumnote in #8
  • feat: 예외 처리 내용 swagger에서 확인 가능하도록 옵션 추가 by @Bumnote in #9
  • feat: Spring AI를 활용한 LLM 서비스 로직 구현 by @Bumnote in #11

Refactor: 로직 수정

  • refactor: 가까운 거리 순으로 운동 프로그램 리스트를 보여주는 로직 추가 구현 by @Bumnote in #13
  • refactor: LLM 서비스 프롬프트 및 DTO 형식 수정 by @Bumnote in #14

Fix: 버그 수정

  • fix: cors 에러 수정 by @Bumnote in #6
  • fix: CORS 문제 해결을 위한 application-local.yml 파일 수정 by @Bumnote in #10
  • fix: 시간 데이터 -> 거리 데이터로 변경 by @Bumnote in #15
  • fix: system prompt 오류 수정 by @Bumnote in #16

New Contributors

Full Changelog: https://github.com/Team-DoubleO/backend/commits/v1.0.0