- Fix: Protect internal semaphore when adjusting resource count (#164)
- Feature: Use prepend when monkey-patching Net::HTTP. (#157)
- Feature: Include time spend waiting for bulkhead in notification (#154)
- Feature: Add the behaviour to enable open circuiting on 5xxs conditionally (#149)
- Refactor: Configurable hosts for Semian's development dependencies (#152)
- Thread-safety for circuit breakers by default (#150)
- Fix bug where calling name on a protected resource without a semaphore would fail (#151)
- Refactor: Refactor semian ticket management into its own files (#116)
- Refactor: Create sem_meta_lock and sem_meta_unlock (#115)
- Refactor: Refactor semaphore operations (#114)
- Refactor: Generate a unique semaphore key by including size of semaphore set
- Refactor: Refactor semian_resource related C functions
- Fix: Don't require sudo for travis (#110)
- Refactor: Refactor semian.c includes and types into header files
- Fix: Use glob instead of git for gemspec file list
- Fix: Fix travis CI for ruby 2.3.0 installing rainbows
- Refactor: Switch to enumerated type for tracking semaphore indices
- Docs: readme: explain co-operation between cbs and bulkheads
- Docs: readme: add section about server limits
- Feature: Load semian/rails automatically if necessary
- Feature: Implement AR::AbstractAdapter#semian_resource
- Fix: Also let "Too many connections" be a first class conn error
- Fix: mysql: protect pings
- Fix: mysql: match more lost conn queries
- Fix: Make request_allowed? thread safe
- Fix: Fix CI connect errors on HTTP requests by using 127.0.0.1 for host
- Fix: Assert Resource#initialize_semaphore contract on Resource init
- Fix: Lock on older thin version for pre MRI 2.2 compatibility
- Fix: Only issue unsupported or disabled semaphores warnings when the first resource is instanciated
- Refactor: Cleanup requires
- Maintenance: Use published version of the toxiproxy gem
- Fix: Fix minitest deprecation warnings
- Maintenance: Update bundler on travis
- Maintenance: Update supported MRI versions on travis
- Fix: Fix lazy aliasing of Redis#semian_resource
- Fix: Workaround rubocop parser limitations
- Fix: Fix for TimeoutError is deprecated in Ruby 2.3.0
- Feature: Include Ruby 2.3 in Travis builds
- Fix: resource: cast float ticket count to fixnum #75
- Feature: net/http: add adapter for net/http #58
- Refactor: circuit_breaker: split circuit breaker into three data structures to allow for alternative implementations in the future #62
- Fix: mysql: don't prevent rollbacks on transactions #60
- Fix: core: fix initialization bug when the resource is accessed before the options are set #65