File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.78.6
2
+ current_version = 0.78.7
3
3
commit = False
4
4
5
5
[bumpversion:file:Dockerfile]
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.78.8
4
+ Update error messaging/type for missing streams
5
+
3
6
## 0.78.6
4
7
low-code: add backward compatibility for old close slice behavior
5
8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
10
10
&& apk --no-cache add tzdata build-base
11
11
12
12
# install airbyte-cdk
13
- RUN pip install --prefix=/install airbyte-cdk==0.78.6
13
+ RUN pip install --prefix=/install airbyte-cdk==0.78.7
14
14
15
15
# build a clean environment
16
16
FROM base
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
32
32
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
33
33
34
34
# needs to be the same as CDK
35
- LABEL io.airbyte.version=0.78.6
35
+ LABEL io.airbyte.version=0.78.7
36
36
LABEL io.airbyte.name=airbyte/source-declarative-manifest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " airbyte-cdk"
7
- version = " 0.78.7 "
7
+ version = " 0.78.8 "
8
8
description = " A framework for writing Airbyte Connectors."
9
9
authors = [
" Airbyte <[email protected] >" ]
10
10
license = " MIT"
You can’t perform that action at this time.
0 commit comments