Releases: superfaceai/one-service
Releases · superfaceai/one-service
v3.0.3
3.0.3 - 2023-04-14
Fixed
- Map empty objects in result and input to custom types with noop field (
EmptyObject
, EmptyInputObject
) - #52
v3.0.2
3.0.2 - 2023-04-05
Fixed
- Fix mapping Comlink
number
primitive type to GraphQL Float
- #51
v3.0.1
3.0.1 - 2023-04-03
Fixed
- Fix Provider Configuration GraphQL type name collision - #47
- Fix loading security and parameters from
super.json
- #48
- Sanitize security ids for GQL schema and desanitized for OneSDK - #49
v3.0.1-rc.1
chore: release v3.0.1-rc.1
v3.0.1-rc.0
chore: release v3.0.1-rc.0
v3.0.0
3.0.0 - 2023-03-30
Added
- BREAKING Added UseCase arguemnt
provider
to allow provider specific configuration and avoid collisions between them #41 #45 #46
Fixed
- Handle use-cases without result defined - #43
- Configurable parameters are now taken from provider definition instead of super.json's providers section - #41, #45
v3.0.0-rc.2
chore: release v3.0.0-rc.2
v3.0.0-rc.1
chore: release v3.0.0-rc.1
v3.0.0-rc.0
chore: release v3.0.0-rc.0
v2.2.3
2.2.3 - 2023-03-24
Fixed
- generate schema when use case contains empty input fields without input argument