nothing
⚠️ breaking: Drop Support for Ruby < 3.1- ci: Tweak CI ruby versions
- add: Support GET /v1/%{team_name}/members/%{identifier} API by ppworks · Pull Request #63 · esaio/esa-ruby
- doc: Update "DELETE /v1/teams/bar/members/" section in the README
- ci: Bump actions/checkout from 3 to 4
- ci: Add github-actions to Dependabot
⚠️ breaking: Support Faraday 2.0.1+ by fukayatsu · Pull Request #58 · esaio/esa-ruby- Drop support for Ruby < 2.7.0
- Drop support for Faraday < 2.0.1
- ci: Add specs for default_headers
- add: Add Post Append API (beta) by fukayatsu · Pull Request #46 · esaio/esa-ruby
- changed: Drop support for Ruby 2.4
- add: Add ApiMethods#delete_member by fukayatsu · Pull Request #40 · esaio/esa-ruby
- ci: Use github actions for CI by fukayatsu · Pull Request #38 · esaio/esa-ruby
- ci: Update development environment by fukayatsu · Pull Request #37 · esaio/esa-ruby
- changed: Retry on rate limit exceeded by default by fukayatsu · Pull Request #31 · esaio/esa-ruby
- Use
Esa::Client.new(retry_on_rate_limit_exceeded: false, ...)
for previous behavior.
- Use
- doc: Fixed README typo by polidog · Pull Request #30 · esaio/esa-ruby
- add: Support signed_url API by fukayatsu · Pull Request #24 · esaio/esa-ruby
- fix: Fix a typo by ksss · Pull Request #23 · esaio/esa-ruby
- fix: Esa::Client#upload_attachment needs 'multi_xml' gem by ppworks · Pull Request #15 · esaio/esa-ruby