You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improvements to allow to use Bun and tls (#2119)
* uplift startTls code to be compatible with current bun
* more tls refactoring
* lint
* ci: enable tls in bun matrix
* fix ssl tests
* lint
* bun: only run 2 basic tests for now
* lint
* don't enable ssl in test running against fake server
* fix typo
* debug failures
* try bun canary
* ci: add osx runner
* ci: install docker for osx
* ci: install docker for osx
* ci: install docker for osx
* ci: osx - don't mount config in docker
* handle ECONNREFUSED in waitDatabaseReady helper
* comment out instead of early return
* explicitly install lima
* use connection.end() instead of destroy
* debug Ssl_cipher assertion
* more flexible Ssl_cipher assertion
* initialize packet header befor writing
* cleanup
* add compression to bun matrix
* only use bun v0.6.13 for non-ssl tests
0 commit comments