Releases: adzerk/adzerk-api-specification
v1.0.16
What's Changed
- Revert "[sc-65908] Work around some schema improvements" by @vkurup in #76
- [sc-66733] Publish to version dir only when release is published by @akiradev in #78
- [sc-58684] Ad AttributionSettings by @akiradev in #77
- Update publish-decision-spec-packages.yml by @honeycomb-cheesecake in #80
Full Changelog: v1.0.15...v1.0.16
1.0.15
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.15] - 2024-12-04
Added
- [sc-52044] API specification updates for /v1/campaign by @vkurup
- [sc-65908] General schema improvements for assets and jobs by @tomascasas
1.0.14
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.14] - 2024-04-03
Added
- [sc-48713] Make Creative Template
AllowedValues
Nullable in API Spec. By @honeycomb-cheesecake.
1.0.13
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.13] - 2023-11-13
Added
1.0.12
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.12] - 2023-08-29
Fixed
- [sc-49448] Updated Typescript compiler options to fix breaking change between
v5.1.x
tov5.2.x
. By @honeycomb-cheesecake. - [sc-49448] Removed unnecessary instances of
[sc-48140]
fromCHANGELOG.md
. By @honeycomb-cheesecake.
Changed
- [sc-49448] Fixed Typescript compiler version to
v5.2.x
. By @honeycomb-cheesecake.
[1.0.11] - 2023-08-29
Added
- [sc-33985] Added an
includeArchived
option to the List Creative Templates endpoint for listing archived creative templates. By @ryuichis.
[1.0.10] - 2023-08-15
Fixed
- [sc-48140] Targeting Javascript
ES5
instead ofES6
for compatability. By @honeycomb-cheesecake. - [sc-48140] Fixed clean script. By @honeycomb-cheesecake.
[1.0.9] - 2023-08-15
Nothing
- Problem with deploy due to GITHUB_REF_NAME, so republished. By @honeycomb-cheesecake.
[1.0.8] - 2023-08-15
Fixed
- [sc-48140] Added
npm publish
option--access=public
to permit publish to public npm registry and not receiveYou must sign up for private packages
due to scoped packages beingrestricted
by default. By @honeycomb-cheesecake.
[1.0.7] - 2023-08-15
Fixed
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
Changed
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
Added
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
[1.0.6] - 2023-08-14
Added
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
[1.0.5] - 2023-08-14
Fixed
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
[1.0.4] - 2023-08-14
Fixed
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - 2023-08-14
Fixed
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - 2023-08-14
Changed
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.
1.0.11
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.11] - [sc-33985] 2023-08-29
Added
- [sc-33985] Added an
includeArchived
option to the List Creative Templates endpoint for listing archived creative templates. By @ryuichis
[1.0.10] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Targeting Javascript
ES5
instead ofES6
for compatability. By @honeycomb-cheesecake. - [sc-48140] Fixed clean script. By @honeycomb-cheesecake.
[1.0.9] - [sc-48140] 2023-08-15
Nothing
- Problem with deploy due to GITHUB_REF_NAME, so republished. By @honeycomb-cheesecake.
[1.0.8] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Added
npm publish
option--access=public
to permit publish to public npm registry and not receiveYou must sign up for private packages
due to scoped packages beingrestricted
by default. By @honeycomb-cheesecake.
[1.0.7] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
Changed
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
Added
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
[1.0.6] - [sc-48140] 2023-08-14
Added
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
[1.0.5] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
[1.0.4] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - [sc-48140] 2023-08-14
Fixed
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - [sc-48140] 2023-08-14
Changed
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.
1.0.10
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.10] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Targeting Javascript
ES5
instead ofES6
for compatability. By @honeycomb-cheesecake. - [sc-48140] Fixed clean script. By @honeycomb-cheesecake.
[1.0.9] - [sc-48140] 2023-08-15
Nothing
- Problem with deploy due to GITHUB_REF_NAME, so republished. By @honeycomb-cheesecake.
[1.0.8] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Added
npm publish
option--access=public
to permit publish to public npm registry and not receiveYou must sign up for private packages
due to scoped packages beingrestricted
by default. By @honeycomb-cheesecake.
[1.0.7] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
Changed
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
Added
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
[1.0.6] - [sc-48140] 2023-08-14
Added
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
[1.0.5] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
[1.0.4] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - [sc-48140] 2023-08-14
Fixed
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - [sc-48140] 2023-08-14
Changed
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.
1.0.9
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.9] - [sc-48140] 2023-08-15
[1.0.8] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Added
npm publish
option--access=public
to permit publish to public npm registry and not receiveYou must sign up for private packages
due to scoped packages beingrestricted
by default. By @honeycomb-cheesecake.
[1.0.7] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
Changed
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
Added
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
[1.0.6] - [sc-48140] 2023-08-14
Added
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
[1.0.5] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
[1.0.4] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - [sc-48140] 2023-08-14
Fixed
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - [sc-48140] 2023-08-14
Changed
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.
1.0.8
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.8] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Added
npm publish
option--access=public
to permit publish to public npm registry and not receiveYou must sign up for private packages
due to scoped packages beingrestricted
by default. By @honeycomb-cheesecake.
[1.0.7] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
Changed
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
Added
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
[1.0.6] - [sc-48140] 2023-08-14
Added
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
[1.0.5] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
[1.0.4] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - [sc-48140] 2023-08-14
Fixed
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - [sc-48140] 2023-08-14
Changed
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.
1.0.7
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.7] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
Changed
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
Added
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
[1.0.6] - [sc-48140] 2023-08-14
Added
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
[1.0.5] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
[1.0.4] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - [sc-48140] 2023-08-14
Fixed
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - [sc-48140] 2023-08-14
Changed
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.