You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v0.52.3 (2025-10-28)
9
+
10
+
### 🐛 Fixes
11
+
12
+
-[#3343](https://github.com/meltano/sdk/issues/3343) Fix regression in v0.52.0 where the `auth` attribute was removed from the `RESTStream.requests_session` instance
13
+
-[#3333](https://github.com/meltano/sdk/issues/3333) Add more context and clear instructions to cookiecutter prompts
14
+
15
+
### 📚 Documentation Improvements
16
+
17
+
-[#3338](https://github.com/meltano/sdk/issues/3338) Document how to cast values to different data types in inline stream maps
18
+
-[#3337](https://github.com/meltano/sdk/issues/3337) FAQ - my stream sync is not resumed after it is interrupted in the middle of a run
19
+
-[#3336](https://github.com/meltano/sdk/issues/3336) Explain parameter replacement in parent-child streams
20
+
-[#3335](https://github.com/meltano/sdk/issues/3335) Improve documentation around extended JSONPath parser
21
+
-[#3332](https://github.com/meltano/sdk/issues/3332) Clarify that JSONL batch files should contain raw records and not Singer `RECORD` messages
22
+
-[#3331](https://github.com/meltano/sdk/issues/3331) Document that multiple state messages can be output from a single target run
0 commit comments