Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: airbytehq/airbyte-protocol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: airbytehq/airbyte-protocol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 6, 2024

  1. feat: Add DESTINATION_TYPECAST_ERROR to reason enum value (#65)

    jbfbell authored Mar 6, 2024
    Copy the full SHA
    86f03e9 View commit details
  2. chore(main): release 0.7.0 (#68)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 6, 2024
    Copy the full SHA
    d7be570 View commit details
Showing with 10 additions and 1 deletion.
  1. +1 −1 .env
  2. +7 −0 CHANGELOG.md
  3. +2 −0 protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# x-release-please-start-version
VERSION=0.6.0
VERSION=0.7.0
# x-release-please-end
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/airbytehq/airbyte-protocol/compare/v0.6.0...v0.7.0) (2024-03-06)


### Features

* Add DESTINATION_TYPECAST_ERROR to reason enum value ([#65](https://github.com/airbytehq/airbyte-protocol/issues/65)) ([86f03e9](https://github.com/airbytehq/airbyte-protocol/commit/86f03e9259c5e03b767a28400080ad63e91e1b29))

## [0.6.0](https://github.com/airbytehq/airbyte-protocol/compare/v0.5.3...v0.6.0) (2024-01-24)


Original file line number Diff line number Diff line change
@@ -120,6 +120,8 @@ definitions:
- PLATFORM_SERIALIZATION_ERROR
# Errors producing the field
- SOURCE_RETRIEVAL_ERROR
# Errors casting to appropriate type
- DESTINATION_TYPECAST_ERROR
AirbyteStateMessage:
type: object
additionalProperties: true