This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 94a77becf5525e16937d8a2fe93a7b5620b1140f Merge: 020a52c76 2578b55fc Author: Robert Newson <[email protected]> AuthorDate: Thu Jul 17 15:03:40 2025 +0100 Merge pull request #5598 from apache/nouveau-gun-http2 nouveau: use http/2 .gitignore | 2 + configure | 4 + configure.ps1 | 4 + .../java/org/apache/couchdb/nouveau/api/Ok.java | 26 ++ .../couchdb/nouveau/resources/IndexResource.java | 26 +- rebar.config.script | 1 + rel/nouveau.yaml | 4 +- rel/reltool.config | 4 + src/nouveau/src/nouveau.app.src | 2 +- src/nouveau/src/nouveau_api.erl | 269 ++++++++------------- src/nouveau/src/nouveau_gun.erl | 125 ++++++++++ src/nouveau/src/nouveau_index_manager.erl | 33 --- src/nouveau/src/nouveau_index_updater.erl | 46 ++-- src/nouveau/src/nouveau_sup.erl | 1 + src/nouveau/src/nouveau_util.erl | 10 +- 15 files changed, 302 insertions(+), 255 deletions(-)
