Skip to content

Releases: PxTools/PxApiSpecs

PxWeb.Api2.Server 2.2.0

19 Jan 12:29
264f16c

Choose a tag to compare

What's Changed

  • Added alternative text on content values for JSON-STAT2 output by @likp in #150

Full Changelog: v2.1.1...v2.2.0

PxWeb.Api2.Server 2.1.1

09 Dec 11:03
390d134

Choose a tag to compare

What's Changed

  • Fix: Request body and and response was switch by @likp in #149

Full Changelog: v2.1.0...v2.1.1

PxWeb.Api2.Server 2.1.0

05 Dec 15:19
b2dc117

Choose a tag to compare

What's Changed

  • Fixed casing for codelist by @likp in #145
  • Chaged the response type to SavedQueryResponse when creating a saved query by @likp in #146
  • Updated the rate limit instruction by @likp in #147
  • feat: Add sortCode property to PathElement for sibling sorting PXWEB-944 by @likp in #148

Full Changelog: v2.0.0...v2.1.0

PxWeb.Api2.Server v2.0.0-beta.25

27 Aug 11:10
c7b16bd

Choose a tag to compare

What's Changed

  • Cleaned files in repo by @likp in #143
  • Changed the return type to SavedQueryResponse by @likp in #144

Full Changelog: v2.0.0-beta.23...v2.0.0-beta.25

PxWeb.Api2.Server 2.0.0

29 Aug 15:18
c7b16bd

Choose a tag to compare

This is the first version of PxWebApi 2.0 starting with version number 2.0.0

What's Changed

  • Updating from "Jsonstat2 hehe" by @JohannesFinsveen in #30
  • Jsonstat2 hehe by @JohannesFinsveen in #34
  • Jsonstat2 hehe by @JohannesFinsveen in #35
  • Updates from master by @JohannesFinsveen in #59
  • More updates from master by @JohannesFinsveen in #60
  • update from master by @JohannesFinsveen in #68
  • Update DevelopersNotesToThemselves.md by @JohannesFinsveen in #70
  • Miscellaneous fixes on the schamas by @likp in #42
  • Added tables data endpoint for get by @likp in #57
  • Feature/yaml genration by @JohannesFinsveen in #40
  • Changes from master by @JohannesFinsveen in #72
  • Update PxAPI-2.yml by @JohannesFinsveen in #73
  • Added config endpoint by @likp in #71
  • Added missing language parameter and attributes by @likp in #75
  • Moved ListAllTables to Table by @likp in #77
  • Added outputFormat paramter for metadata queries by @likp in #78
  • Changed the tag for the config endpoint by @likp in #79
  • Added data formats by @likp in #80
  • Misc changes to the spec by @likp in #81
  • Removed variableDisplayOrder by @likp in #82
  • Fix for folder content Item by @likp in #83
  • Added Resonse to response objects by @likp in #84
  • Expliclitly defined enums by @likp in #85
  • With outputFormat when POSTing to table data. by @likp in #86
  • Fixed output values style by @likp in #87
  • Use official note property in json-stat by @runejo in #88
  • Updated the specs.md by @likp in #74
  • Added endpoint for defaultselection by @likp in #89
  • Fixed type-o in the name official statistics by @likp in #90
  • Same spelling for license by @likp in #91
  • Extracted enum for property class to a schema by @likp in #93
  • Renamed parameter language to lang by @likp in #95
  • Add generated source by @runejo in #92
  • Add more px keywords by @runejo in #94
  • Archiveing old stuff by @JohannesFinsveen in #97
  • Add parameter metadata output format by @JohannesFinsveen in #98
  • Adding .gitattributes from pxwebapi repo, to harmonize line endings w… by @JohannesFinsveen in #99
  • Use separate model project by @runejo in #100
  • Remove servers property from OpenAPI spec by @runejo in #101
  • Publish a separate PxWeb.Api2.Server.Models package on nuget.org by @runejo in #102
  • Trigger build nuget package to OnRelease by @likp in #103
  • Do not include git commit id as we display this version info in PxWebApi by @runejo in #104
  • Add appVersion to the config endpoint by @runejo in #105
  • Upgrade openapi-generator to 7.x and .NET to 8.0 by @runejo in #108
  • Added pivot by @likp in #109
  • Fix for generation of code by @likp in #110
  • Added defaultSelection parameter to metadata endpoint by @likp in #113
  • Misc fixes in spec by @likp in #112
  • fixed type-o in error response message by @likp in #115
  • Added OutputFormatParams by @likp in #114
  • Created CODEOWNERS file by @likp in #116
  • Added outputFormatParams in post data endpoint by @likp in #119
  • Added missing props to extension for dimension in json-stat2 by @oyessb in #117
  • Rename Undefined to NotApplicable in PriceType enum and update corres… by @oyessb in #121
  • Workflow security and formatting by @runejo in #122
  • Adds Saved Query by @likp in #120
  • Bump openapi-generator-cli to v7.11.0 by @runejo in #123
  • Multi-target the Models project by @runejo in #124
  • Make Discontinued component and make TimeUnit nullable by @runejo in #125
  • Add more metadata for Nuget.org by @runejo in #127
  • Remove OutputValues from VariableSelection and related API documentation by @likp in #128
  • Added organization on contacts and language parameter on saved query data endpoint by @likp in #129
  • Removed TableMetadataResponse as possible response by @likp in #126
  • Schema for role and dimension by @oyessb in #130
  • update Dataset model to use a dictionary for dimensions by @oyessb in #131
  • Added new properties on CodeListResponse by @likp in #133
  • PXWEB-588 New properties for the tables response by @likp in #134
  • Changed copyright from type string to boolean by @oyessb in #135
  • PXWEB2-726 Add codelist parameter to metadata endpoint by @likp in #139
  • Add subject code by @likp in #140
  • Added saved query parameters to metadata endpoint and new endpoint under savedqueries that show the selection by @likp in #141
  • Refactor API Documentation and Remove Unused Controllers by @likp in #142
  • Cleaned files in repo by @likp in #143
  • Changed the return type to SavedQueryResponse by @likp in #144

New Contributors

Full Changelog: v0.0.1...v2.0.0

PxWeb.Api2.Server v2.0.0-beta.24

26 Aug 13:37

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v2.0.0-beta.23...v2.0.0-beta.24

PxWeb.Api2.Server v2.0.0-beta.23

25 Aug 12:05
3bd7f77

Choose a tag to compare

What's Changed

  • Refactor API Documentation and Remove Unused Controllers by @likp in #142

Full Changelog: v2.0.0-beta.19...v2.0.0-beta.23

PxWeb.Api2.Server v2.0.0-beta.22

22 Aug 05:33

Choose a tag to compare

Pre-release

PxWeb.Api2.Server v2.0.0-beta.21

21 Aug 14:12

Choose a tag to compare

Pre-release

PxWeb.Api2.Server v2.0.0-beta.20

20 Aug 14:54
a92abcf

Choose a tag to compare

Pre-release

What's Changed

  • Added saved query parameters to metadata endpoint and new endpoint under savedqueries that show the selection by @likp in #141

Full Changelog: v2.0.0-beta.18...v2.0.0-beta.20