mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
g3tiles version 0.2.7
This commit is contained in:
parent
cc849b0aac
commit
bdd5e1748a
5 changed files with 18 additions and 8 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -209,9 +209,9 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
|||
|
||||
[[package]]
|
||||
name = "blake3"
|
||||
version = "1.4.1"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "199c42ab6972d92c9f8995f086273d25c42fc0f7b2a1fcefba465c1352d25ba5"
|
||||
checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"
|
||||
dependencies = [
|
||||
"arrayref",
|
||||
"arrayvec",
|
||||
|
|
@ -1556,7 +1556,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "g3tiles"
|
||||
version = "0.2.6"
|
||||
version = "0.2.7"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,14 @@
|
|||
|
||||
v0.2.7:
|
||||
- BUG FIX: fix logger io stats in various AsyncLogger backends
|
||||
- Feature: various improvements to journal logging
|
||||
- add SYSLOG_IDENTIFIER field
|
||||
- improved efficiency
|
||||
- io stats added
|
||||
- Feature: drop out of date dependencies by using forks and patches
|
||||
- Feature: default to guess main config file when run as systemd service
|
||||
- Feature: update vendored openssl to 3.1
|
||||
|
||||
v0.2.6:
|
||||
- Feature: support PROXY Protocol in PlainTcpPort
|
||||
- Removed: remove the daemon group name setting in config file
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "g3tiles"
|
||||
version = "0.2.6"
|
||||
version = "0.2.7"
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version = "1.70.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
g3tiles (0.2.6-1) UNRELEASED; urgency=medium
|
||||
g3tiles (0.2.7-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- G3tiles Maintainers <g3tiles-maintainers@devel.machine> Tue, 15 Aug 2023 10:40:37 +0800
|
||||
-- G3tiles Maintainers <g3tiles-maintainers@devel.machine> Thu, 21 Sep 2023 15:57:08 +0800
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%define build_profile release-lto
|
||||
|
||||
Name: g3tiles
|
||||
Version: 0.2.6
|
||||
Version: 0.2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic reverse proxy for G3 Project
|
||||
|
||||
|
|
@ -58,5 +58,5 @@ install -m 644 -D %{name}/service/g3tiles@.service %{buildroot}/lib/systemd/syst
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2023 G3tiles Maintainers <g3tiles-maintainers@devel.machine> - 0.2.6-1
|
||||
* Thu Sep 21 2023 G3tiles Maintainers <g3tiles-maintainers@devel.machine> - 0.2.7-1
|
||||
- New upstream release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue