Releases: MeltanoLabs/meltano-map-transform
Releases · MeltanoLabs/meltano-map-transform
meltano-map-transform v0.2.0
What's Changed
⚙️ Under the hood
- chore(deps-dev): bump pyupgrade from 3.3.0 to 3.3.1 by @dependabot in #83
- chore(deps-dev): bump black from 22.10.0 to 22.12.0 by @dependabot in #84
- chore(deps): bump singer-sdk from 0.15.0 to 0.16.0 by @dependabot in #86
SDK updates
- Support for
__NULL__
anywhere null values are used to filter streams or properties: https://sdk.meltano.com/en/v0.16.0/stream_maps.html#note-on-null-values
Full Changelog: v0.1.1...v0.2.0
meltano-map-transform v0.1.1
What's Changed
⚙️ Under the hood
- #82 Bump to
singer-sdk
v0.15.0, including schema passthrough for whitelisted fields (meltano/sdk#1219)
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.5
What's Changed
- Fix singer dependencies by @astrojuanlu in #50
- ci: Add semantic PR title checks by @edgarrmondragon in #55
- ci: Add version bump workflow by @edgarrmondragon in #56
- ci: Add Meltano end-to-end pipeline by @edgarrmondragon in #51
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Bump mypy from 0.942 to 0.950 by @dependabot in #16
- Add missing
__alias__
property by @astrojuanlu in #18 - Adjust reference to poetry-core by @rengler-noodle in #20
New Contributors
- @astrojuanlu made their first contribution in #18
- @rengler-noodle made their first contribution in #20
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Bump singer-sdk from 0.4.0 to 0.4.2 by @dependabot in #6
- Remove extraneous logging by @tombriggsallego in #15
New Contributors
- @tombriggsallego made their first contribution in #15
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- This update bumps the SDK dependency version to
0.4.0
.
v0.0.1
The initial release of meltano-map-transform
.
- Meets Stream Maps specification as described in https://sdk.meltano.com/en/latest/stream_maps.html
- Can be placed in between any Singer tap and target.