git-annex (10.20240928) UNRELEASED; urgency=medium
+ * Sped up proxied downloads from special remotes, by streaming.
+ * Added GETORDERED request to external special remote protocol.
+ When the external special remote responds with ORDERED, it can stream
+ through a proxy.
+ * p2phttp: Support serving unauthenticated users while requesting
+ authentication for operations that need it. Eg, --unauth-readonly
+ can be combined with --authenv.
+ * Allow enabling the servant build flag with older versions of stm,
+ allowing building with ghc 9.0.2.
- -- Joey Hess <id@joeyh.name> Tue, 15 Oct 2024 12:12:18 -0400
+ -- Joey Hess <id@joeyh.name> Thu, 17 Oct 2024 11:02:17 -0400
git-annex (10.20240927) upstream; urgency=medium
## work notes
- * Currently working on streaming download via proxy from special remote.
+ * Currently working on streaming special remotes via proxy
+ in the `streamproxy` branch.
+
+ * Downloads from special remotes can stream (though using a temp file on
+ the proxy). Next: Streaming uploads via the proxy.
+## completed items for October's work on streaming through proxy to special remotes
+
+* Stream downloads through proxy for all special remotes that indicate
+ they download in order.
+* Added ORDERED message to external special remote protocol.
+
## completed items for September's work on proving behavior of preferred content
* Static analysis to detect "not present", "not balanced", and similar