Skip to content

Commit

Permalink
Release 0.5.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Mar 11, 2024
1 parent 52b7abb commit 06b1b4c
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.5.0 alpha5 (2024-03-11)

* Add basic CORS header support
* Support MBTiles as tile datasource and tile store
* Add MBTiles metadata.json service endpoint
* Support PMTiles as tile datasource and tile store
* Support different fields in zoom-dependent layer queries
* T-rex configuration support
* Add basic diagnostics tile layer
* Fix PG queries with reprojected layers
* CLI args for tile stores and tile datasources
* Fix map request trace spans
* Support temporal and queryable fields for Postgis collections
* FCGI auto-detection on Fedora

## 0.5.0 alpha4 (2023-10-30)

* Use ST_AsMvtGeom for PostGIS tilesets
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bbox-asset-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-asset-server"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion bbox-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-core"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion bbox-feature-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-feature-server"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion bbox-frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-frontend"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion bbox-map-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-map-server"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion bbox-processes-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-processes-server"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion bbox-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-server"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
edition = "2021"
rust-version = "1.65"
repository = "https://github.com/sourcepole/bbox"
Expand Down
2 changes: 1 addition & 1 deletion bbox-tile-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-tile-server"
version = "0.5.0-alpha4"
version = "0.5.0-alpha5"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit 06b1b4c

Please sign in to comment.