1. 18 Nov, 2022 5 commits
  2. 10 Nov, 2022 3 commits
  3. 09 Nov, 2022 1 commit
  4. 08 Nov, 2022 2 commits
  5. 07 Nov, 2022 3 commits
    • Niklas Adolfsson's avatar
      [client]: improve batch request API (#910) · 824c3691
      Niklas Adolfsson authored
      * better handling of batch requests
      
      * add test for untagged enum
      
      * remove annoying trait bounds
      
      * cleanup
      
      * more clear comments
      
      * simplify batch request code
      
      * bring back old API + a new one
      
      * refactor batches to work with String IDs again
      
      * refactor again: single batch response API
      
      * fix tests + cleanup
      
      * fix doc links
      
      * address grumbles
      
      * BatchRequestBuilder: add iterator API for the batch
      
      * revert bench
      
      * fix benches build
      
      * address grumbles: ok and into_ok
      
      * fix some nits
      
      * fix nits
      824c3691
    • Niklas Adolfsson's avatar
      chore(deps): tokio ^1.16 (#926) · 576d8379
      Niklas Adolfsson authored
      576d8379
    • Niklas Adolfsson's avatar
      fix(server): read accepted conns properly (#929) · 1f6368d2
      Niklas Adolfsson authored
      This PR fixes that the connection count is read after a connection has been accepted and
      not before which cause this log to be out of order.
      1f6368d2
  6. 04 Nov, 2022 1 commit
  7. 03 Nov, 2022 2 commits
  8. 26 Oct, 2022 1 commit
  9. 18 Oct, 2022 3 commits
  10. 17 Oct, 2022 1 commit
  11. 16 Oct, 2022 1 commit
  12. 13 Oct, 2022 2 commits
  13. 10 Oct, 2022 1 commit
  14. 07 Oct, 2022 1 commit
  15. 05 Oct, 2022 5 commits
  16. 04 Oct, 2022 2 commits
  17. 30 Sep, 2022 1 commit
  18. 28 Sep, 2022 1 commit
  19. 27 Sep, 2022 1 commit
  20. 24 Sep, 2022 1 commit
  21. 23 Sep, 2022 1 commit
    • Niklas Adolfsson's avatar
      more stable benches (#883) · 66d65210
      Niklas Adolfsson authored
      * fix(benches): increase sample time for benches
      
      * change to 100s
      
      * split benchmarks slow/fast
      
      * increase default sample time
      
      * Update benches/README.md
      
      * sample_time -> measurment_time
      66d65210
  22. 16 Sep, 2022 1 commit
    • Niklas Adolfsson's avatar
      fix(tracing): use tracing instrument macro (#846) · 1efd5aea
      Niklas Adolfsson authored
      * tracing: use instrument macro
      
      * fix merge nit
      
      * cargo fmt
      
      * tracing span in TRACE only
      
      * Update core/src/client/async_client/mod.rs
      
      * get rid of tracing-futures
      
      * less noise for subscription spans
      
      * nits: replace spaces with tabs
      1efd5aea