Changelog
All notable changes to this project will be documented on this page.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.7.2] - 2024-08-18
- fix: missing faq link
- fix: issue with metadata checks against client IP
[0.7.1] - 2024-08-09
- improvements to internal metrics gathering
- fix: fair-use logic not being applied correctly
[0.7.0] - 2024-08-01
- fix: occasional invalid results caused by datasource issue
- upgrade operating system
- upgrade core dependencies
[0.6.9] - 2023-04-12
- improvements to rate limiting to benefit fair-use
[0.6.8] - 2023-04-11
- performance improvements
[0.6.7] - 2023-02-07
- platform update
[0.6.6] - 2023-02-05
- further stability improvements
[0.6.5] - 2022-12-08
- stability improvements
[0.6.4] - 2022-08-30
- stability improvements
[0.6.3] - 2021-10-24
- performance and throughput improvements
[0.6.2] - 2021-07-22
- refresh of design
[0.6.1] - 2021-06-18
- fix: downgrade dependency that caused
day_of_week
to be calculated incorrectly
[0.6.0] - 2021-05-25
- add experimental IPv6 support
[0.5.0] - 2020-12-03
- update dependencies
- fix openapi spec, which now passes validation
- fix typos
[0.4.0] - 2020-11-14
- tweak TCP & HTTP settings to improve throughput
- update layout
- small fixes
[0.3.0] - 2020-04-20
- platform update
- fixes for stability issues
- improvements to lookup performance
- add X-Runtime header to communicate request processing time
[0.2.9] - 2019-10-12
- allow case-insensitive requests
- updates to dependency versions
- move to liberapay for donations
[0.2.8] - 2019-08-29
- improve schedule for lookup data updates
- fixes to sitemap
[0.2.7] - 2019-07-01
- improve release process
- general performance improvements
[0.2.6] - 2019-06-25
- updates to dependency versions
[0.2.5] - 2019-05-26
Added
- client ip added to response data, which may save certain devices an additional lookup
- CORS headers
[0.2.4] - 2019-05-23
Changed
- stability updates to resource monitoring
[0.2.3] - 2019-05-12
Changed
- updates to resource monitoring
[0.2.2] - 2019-05-12
Changed
- performance changes for resource monitoring
Fixed
- send correct response-type header for 403s
[0.2.1] - 2019-05-12
Fixed
- deployment issue
[0.2.0] - 2019-05-11
Added
- https support
- better system resource monitoring
[0.1.6] - 2019-05-09
Added
- flattr link
[0.1.5] - 2019-05-09
Changed
- timezone details page reworked with new offsets and sectioned layout
[0.1.4] - 2019-05-09
Fixed
- raw_offset no longer includes dst offset
[0.1.3] - 2019-05-07
Added
- dst_offset, difference between the current time and dst, in seconds
- raw_offset, difference between the current time and UTC, in seconds
- schema page, providing details on the return values from the API
[0.1.2] - 2019-05-01
Added
- Public link to this changelog
- FAQ relating to missing timezones
Changed
- Replace Markdown processor to remove potential bottleneck
- Further improvements to lookup performace for IP-based requests
Fixed
- Fix to remove https reference from OpenAPI spec
- Fix CSS grid layout
- Fix lookups for unknown timezones (inc. from "known" IPs)
[0.1.1] - 2019-03-22
Changed
- Lookup data update
[0.1.0] - 2019-01-09
Added
- Version bump indicating stable API
[0.0.9] - 2019-01-06
Fixed
- Further improvements to lookup performace for IP-based requests
[0.0.8] - 2018-12-23
Fixed
- Better handling of Accept header
- Improve lookup performace for IP-based requests
[0.0.7] - 2018-10-10
Added
- Display version number on all pages
Changed
- Lookup data update
Fixed
- Issue with exception monitoring
[0.0.6] - 2018-08-07
Added
- Exception monitoring
Changed
- Lookup data update
Fixed
- Layout fixes
[0.0.5] - 2018-07-17
Fixed
- 404 page
[0.0.4] - 2018-07-10
Added
- Timezone listing
sitemap.xml
for SEO
[0.0.3] - 2018-07-03
Added
- FAQs page
Changed
- UI performance improvements
[0.0.2] - 2018-07-01
Added
- Add unixtime to response data
[0.0.1] - 2018-06-30
Added
- Initial project release
- Initial OpenAPI spec
- Basic landing page
/api/ip/:ip
endpoint/api/timezone/:area
endpoint/api/timezone/:area/:location
endpoint/api/timezone/:area/:location/:region
endpoint