Skip to content

Releases: OnroerendErfgoed/crabpy_pyramid

0.6.3

07 Dec 11:20
Compare
Choose a tag to compare
  • Make compatbile with CRABpy 0.8.3
  • Make compatible with latest pyCountry. (#56)

0.6.2

29 Aug 08:16
Compare
Choose a tag to compare
  • Make compatible with CRABpy 0.8.2 (#50)

0.6.1

20 Apr 21:46
Compare
Choose a tag to compare
  • Make compatible with CRABpy 0.8.1 and fix center and bounding box formats in responses (#47)

0.6.0

19 Apr 16:01
Compare
Choose a tag to compare
  • Make compatible with CRABpy 0.8.0 and use the CAPAKEY REST gateway (#40)
  • Blacklist for conditional tween (#41)

0.5.1

22 Nov 22:32
Compare
Choose a tag to compare
  • Add niscode to CRAB gemeente renderer. (#39)

0.5.0

27 Jul 08:32
Compare
Choose a tag to compare
  • Add HTTP caching headers. Both conditional GET with ETags and Cache-Control
    headers. Caching times are based on the ones passed to the gateways. (#37)
  • Empty proxy settings are filtered out before being passed to the gateways. (#38)

0.4.1

02 Feb 10:54
Compare
Choose a tag to compare
  • Better error handling for capakey views. Generate HTTP 404 Not Found instead of HTTP 500 Internal Server Error. (#36)

0.4.0

28 Jan 15:28
Compare
Choose a tag to compare
  • Update dependencies. Update pycountry to version 1.19.
  • Add explicit support for python 3.5.
  • Add deelgemeenten. (#33)
  • Added postadressen in a few places.
  • Added a list of huisnummers to a CRAB perceel.

0.3.0

01 Jun 14:01
Compare
Choose a tag to compare
  • Add Adresposities. Add endpoints that exposes the Adresposities linked to a certain Huisnummer or Subadres. (#26) [@TalissaJoly]
  • Add Landen (countries). Add endpoints to get a list of Landen or more information about a single Land. (#30, #31) [@TalissaJoly]
  • Return HTTP 404 errors for certain unexisting resources. (#25) [@TalissaJoly]
  • Limit the number of results that can be returned in a list. There was some partial handling for this, but only when the user did not send any range headers. This behavious was deemed potentially hazardous and changed. Now, only a maximum of 5.000 records will be returned and range slicing works correctly. (#16) [@TalissaJoly]

0.2.0

03 Mar 12:51
Compare
Choose a tag to compare
  • Implement two service endpoints dealing with Subadressen (think of boxes in an appartment building). (#18) [@TalissaJoly]
  • Implement a service endpoint for listing the Postkantons (ie. Postcode) in a certain gemeente. (#23) [@TalissaJoly]
  • Cleaned the code a bit by removing unneeded bits and pieces. (#17) (#19) [@TalissaJoly]