File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2.x.x (coming soon)
2+ - Fixed OpenAPI spec fot /manager/splits
3+
142.7.0 (Dec 20, 2024)
25 - Added support to arm64 images.
36 - Updated base image to node:20.13.1-alpine3.20
Original file line number Diff line number Diff line change 1- Copyright © 2024 Split Software, Inc.
1+ Copyright © 2025 Split Software, Inc.
22
33Licensed under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -169,9 +169,12 @@ components:
169169 on : " {\" color\" : \" blue\" }"
170170 off : " {\" color\" : \" black\" }"
171171 Splits :
172- type : array
173- items :
174- $ref : ' #/components/schemas/Split'
172+ type : object
173+ properties :
174+ splits :
175+ type : array
176+ items :
177+ $ref : ' #/components/schemas/Split'
175178
176179security :
177180 - Authorization : []
You can’t perform that action at this time.
0 commit comments