File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 72
72
- name : Run integration tests
73
73
run : |
74
74
pushd $GATEWAY_CHECKOUT_DIR
75
- export GATEWAY_HOST=$(make get- gateway-endpoint -s)
75
+ export GATEWAY_HOST=$(make gateway-host -s)
76
76
popd
77
77
poetry run pytest tests/integrations/gateway -n $(nproc --all)
78
78
env :
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ 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
- ## [ 0.4.0 ] - 2023-02-27
8
+ ## [ 0.0.4 ] - 2023-02-27
9
9
10
10
### Fixed
11
11
12
12
- Fixed a bug which prevented the use of multiple modules
13
13
- Fixed env vars were being overwritten by config file
14
+
15
+ ## [ 1.0.0] - 2023-03-07
16
+
17
+ ### Feature
18
+
19
+ - Add support for self hosted serverless gateway
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " scw-serverless"
3
- version = " 0 .0.4 "
3
+ version = " 1 .0.0 "
4
4
description = " Framework for writing serverless APIs in Python, using Scaleway functions and containers."
5
5
authors = [" Scaleway Serverless Team <opensource@scaleway.com>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments