Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 27 additions & 3 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
{
"metadata": {
"lastUpdated": "2026-02-23T09:25:06Z",
"currentVersion": "0.1.30",
"lastUpdated": "2026-02-23T09:41:22Z",
"currentVersion": "0.1.31",
"projectType": "spring",
"totalReleases": 8
"totalReleases": 9
},
"releases": [
{
"version": "0.1.31",
"project_type": "spring",
"date": "2026-02-23",
"pr_number": 37,
"raw_summary": "## Summary by CodeRabbit\n\n## 릴리슀 λ…ΈνŠΈ\n\n* **κ°œμ„  사항**\n * AI μ„œλ²„ μ‘λ‹΅μ—μ„œ λ©”μ‹œμ§€ ν•„λ“œλ₯Ό ν¬ν•¨ν•˜λ„λ‘ ν™•μž₯ν–ˆμŠ΅λ‹ˆλ‹€.\n * μ•Œ 수 μ—†λŠ” JSON 속성을 λ¬΄μ‹œν•˜λŠ” κΈ°λŠ₯을 μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€.\n * 응닡 λ‘œκΉ…μ— λ©”μ‹œμ§€ 정보λ₯Ό ν¬ν•¨ν•˜λ„λ‘ κ°œμ„ ν–ˆμŠ΅λ‹ˆλ‹€.\n\n* **Chores**\n * 버전을 0.1.31둜 μ—…λ°μ΄νŠΈν–ˆμŠ΅λ‹ˆλ‹€.",
"parsed_changes": {
"κ°œμ„ _사항": {
"title": "κ°œμ„  사항",
"items": [
"AI μ„œλ²„ μ‘λ‹΅μ—μ„œ λ©”μ‹œμ§€ ν•„λ“œλ₯Ό ν¬ν•¨ν•˜λ„λ‘ ν™•μž₯ν–ˆμŠ΅λ‹ˆλ‹€.",
"μ•Œ 수 μ—†λŠ” JSON 속성을 λ¬΄μ‹œν•˜λŠ” κΈ°λŠ₯을 μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€.",
"응닡 λ‘œκΉ…μ— λ©”μ‹œμ§€ 정보λ₯Ό ν¬ν•¨ν•˜λ„λ‘ κ°œμ„ ν–ˆμŠ΅λ‹ˆλ‹€."
]
},
"chores": {
"title": "Chores",
"items": [
"버전을 0.1.31둜 μ—…λ°μ΄νŠΈν–ˆμŠ΅λ‹ˆλ‹€."
]
}
},
"parse_method": "markdown"
},
{
"version": "0.1.30",
"project_type": "spring",
Expand Down
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog

**ν˜„μž¬ 버전:** 0.1.30
**λ§ˆμ§€λ§‰ μ—…λ°μ΄νŠΈ:** 2026-02-23T09:25:06Z
**ν˜„μž¬ 버전:** 0.1.31
**λ§ˆμ§€λ§‰ μ—…λ°μ΄νŠΈ:** 2026-02-23T09:41:22Z

---

## [0.1.31] - 2026-02-23

**PR:** #37

**κ°œμ„  사항**
- AI μ„œλ²„ μ‘λ‹΅μ—μ„œ λ©”μ‹œμ§€ ν•„λ“œλ₯Ό ν¬ν•¨ν•˜λ„λ‘ ν™•μž₯ν–ˆμŠ΅λ‹ˆλ‹€.
- μ•Œ 수 μ—†λŠ” JSON 속성을 λ¬΄μ‹œν•˜λŠ” κΈ°λŠ₯을 μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€.
- 응닡 λ‘œκΉ…μ— λ©”μ‹œμ§€ 정보λ₯Ό ν¬ν•¨ν•˜λ„λ‘ κ°œμ„ ν–ˆμŠ΅λ‹ˆλ‹€.

**Chores**
- 버전을 0.1.31둜 μ—…λ°μ΄νŠΈν–ˆμŠ΅λ‹ˆλ‹€.

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package kr.suhsaechan.mapsy.ai.dto;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.AllArgsConstructor;
import lombok.Builder;
Expand All @@ -10,12 +11,13 @@

/**
* AI μ„œλ²„λ‘œλΆ€ν„° μž₯μ†Œ μΆ”μΆœ μš”μ²­ 응닡 (200 OK)
* AI μ„œλ²„ μ‹€μ œ 응닡 ν˜•μ‹: {"received": true, "contentId": "..."}
* AI μ„œλ²„ μ‹€μ œ 응닡 ν˜•μ‹: {"received": true, "message": "Processing started"}
*/
@Getter
@Builder
@NoArgsConstructor
@AllArgsConstructor
@JsonIgnoreProperties(ignoreUnknown = true)
public class PlaceExtractionResponse {
@Schema(description = "Content UUID")
private UUID contentId;
Expand All @@ -25,4 +27,7 @@ public class PlaceExtractionResponse {

@Schema(description = "처리 μƒνƒœ (deprecated, received ν•„λ“œ μ‚¬μš© ꢌμž₯)", example = "ACCEPTED")
private String status;

@Schema(description = "AI μ„œλ²„ 응닡 λ©”μ‹œμ§€", example = "Processing started")
private String message;
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public PlaceExtractionResponse sendPlaceExtractionRequest(UUID contentId, String

PlaceExtractionResponse response = objectMapper.readValue(responseBody, PlaceExtractionResponse.class);

log.info("AI server accepted the request: contentId={}, received={}, status={}",
contentId, response.getReceived(), response.getStatus());
log.info("AI server accepted the request: contentId={}, received={}, status={}, message={}",
contentId, response.getReceived(), response.getStatus(), response.getMessage());

return response;
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bootJar {

allprojects {
group = 'kr.suhsaechan.mapsy'
version = '0.1.30'
version = '0.1.31'

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
# - project_type은 졜초 μ„€μ • ν›„ λ³€κ²½ν•˜μ§€ λ§ˆμ„Έμš”
# - 버전은 항상 높은 λ²„μ „μœΌλ‘œ μžλ™ λ™κΈ°ν™”λ©λ‹ˆλ‹€
# ===================================================================
version: "0.1.30"
version_code: 34 # app build number
version: "0.1.31"
version_code: 35 # app build number
project_type: "spring" # spring, flutter, next, react, react-native, react-native-expo, node, python, basic
metadata:
last_updated: "2026-02-23 05:52:24"
last_updated: "2026-02-23 09:39:39"
last_updated_by: "Cassiiopeia"
default_branch: "main"
integrated_from: "SUH-DEVOPS-TEMPLATE"
Expand Down