Jonathan Reams
Jonathan Reams
## What, How & Why? ## ☑️ ToDos * [ ] 📝 Changelog update * [ ] 🚦 Tests (or not relevant) * [ ] C-API, if public C++ API...
## What, How & Why? ## ☑️ ToDos * [ ] 📝 Changelog update * [ ] 🚦 Tests (or not relevant) * [ ] C-API, if public C++ API...
## What, How & Why? I've noticed that the evergreen ASAN builds do not have symbolized stacktraces - which is deeply unhelpful for using them to actually diagnose what went...
## What, How & Why? ## ☑️ ToDos * [ ] 📝 Changelog update * [ ] 🚦 Tests (or not relevant) * [ ] C-API, if public C++ API...
## What, How & Why? ## ☑️ ToDos * [x] 📝 Changelog update * [x] 🚦 Tests (or not relevant)
## What, How & Why? To enable testing some trickier non-deterministic behavior of FLX sync, the server team has added the concept of test commands to the wire protocol. These...
## What, How & Why? This adds a new state to SubscriptionSets (to be used internally) called `AwaitingMark` which is set between the time that the server has sent the...
## What, How & Why? This is part of my work on using baasaas in core. It makes dependencies.list a YAML file so it's easier to pull into our CI...
## What, How & Why? ## ☑️ ToDos * [ ] 📝 Changelog update * [x] 🚦 Tests (or not relevant) * [ ] C-API, if public C++ API changed...
## What, How & Why? This updates the logger used by sync Connections/Sessions to be prefixed with the app services co_id rather than the numeric conn ident counter when available....