Skip to content

Commit 4329ef4

Browse files
committed
Update with the latest pushpin 1.37.0
1 parent 1126120 commit 4329ef4

File tree

293 files changed

+54746
-4766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+54746
-4766
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ moc_*
1010
.qmake.stash
1111
target_wrapper.sh
1212
/target
13+
**/*.rs.bk
1314
.cargo
1415
vendor
16+
.vscode
1517

1618
/pushpin
1719
/bin/*

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "common"]
2-
path = src/corelib/common
3-
url = https://github.com/fanout/common.git
41
[submodule "qzmq"]
52
path = src/corelib/qzmq
63
url = https://github.com/jkarneges/qzmq.git

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Pushpin Changelog
22
=================
33

4+
v. 1.37.0 (2023-06-29)
5+
6+
* Ability to use Condure instead of Zurl for outgoing connections.
7+
* Ability to set mode/user/group when listening on Unix socket.
8+
* WebSocket performance optimizations.
9+
* New config options: allow_compression, stats_connection_send, cdn_loop.
10+
* Relicense to Apache 2.0.
11+
412
v. 1.36.0 (2022-11-14)
513

614
* Ability to accept client connections via IPv6.

COPYING

-669
This file was deleted.

0 commit comments

Comments
 (0)