summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 hourschore: update CHANGELOGHEADv1.5.1mainmo khan
13 hoursfix: load VERSION constant before everything elsemo khan
13 hourschore: add rbs signaturesv1.5.0mo khan
14 hoursdocs: github -> src.mokhan.camo khan
14 hoursdocs: update CHANGELOGmo khan
14 hoursfeat: add connection pooling and DNS caching for performancemo khan
- Persistent HTTP sessions avoid Connection: close overhead - DNS pre-resolution with timeout prevents indefinite hangs - Thread-safe connection pool with LRU eviction - TLS certificates parsed once at init, not per-request - Extract TlsParser, DnsCache, ConnectionPool for SRP Bump to v1.5.0
15 hoursdocs: tidy up READMEmo khan
16 hourschore: remove .githubmo khan
16 hourschore: update gemspec metadatamo khan
2025-10-08refactor: extract methodsv1.4.0mo khan
2025-10-08style: fix linter errormo khan
2025-10-08feat: add support for streaming responsesmo khan
2025-04-30feat: change minimum ruby to 3.2v1.3.0mo khan
2025-04-30docs: prepare changelog for v1.2.1mo khan
2025-04-30docs: fix typo in changelogmo khan
2025-02-19chore: add explicit dependency on stdlib gemsmo khan
2024-12-05chore: fix build status linkv1.2.0mo khan
2024-12-05chore: fix workflow badge imagemo khan
2024-12-05chore: run test job for newer versions of Rubymo khan
2024-12-05feat: disable logger by defaultmo khan
2022-05-03add instructions for enabling debug outputPeter Schulze
2022-05-03default to not calling set_debug_outputPeter Schulze
2021-02-04chore: remove gitlab-ci.ymlmo khan
2021-02-04Merge pull request #7 from xlgmokha/dependabot/bundler/rubocop-tw-1.9mo
Update rubocop requirement from ~> 0.55 to ~> 1.9
2021-02-05Update rubocop requirement from ~> 0.55 to ~> 1.9dependabot[bot]
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.55.0...v1.9.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-04Merge pull request #6 from xlgmokha/update-actionsmo
chore: update ci config
2021-02-04add full name to licensemo khan
2021-02-04chore: update ci configmo khan
2021-01-30chore: update link to homepage/source codev1.1.1mo khan
2020-12-26Merge pull request #5 from mokhan/ruby-3v1.1.0mo khan
Add support for Ruby 3.0
2020-12-26docs: update date in CHANGELOGmo khan
2020-12-26feat: add support for Ruby 3.0mo khan
2020-07-31Load version before clientv1.0.1mo khan
2020-07-31Prepare CHANGELOG for 1.0.0 releasev1.0.0mo khan
2020-07-31Update build status badge to point to GH Actionsmo khan
2020-07-31Enable new rubocop rulesmo khan
2020-06-13Add entry to CHANGELOGmo khan
2020-06-13Extract Http Connection classmo khan
2020-06-12Update CHANGELOG and CI configurationmo khan
2020-06-12Reduce # of instance variablesmo khan
2020-06-12Create default_client to simplify usagemo khan
2020-06-12Remove legacy APImo khan
2020-06-12Merge pull request #4 from mokhan/dependabot/bundler/vcr-tw-6.0mo khan
Update vcr requirement from ~> 5.1 to ~> 6.0
2020-06-12Clean up build scriptsmo khan
2020-05-28Update vcr requirement from ~> 5.1 to ~> 6.0dependabot-preview[bot]
Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version. - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](https://github.com/vcr/vcr/compare/v5.1.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-24Merge pull request #3 from mokhan/dependabot/bundler/vcr-tw-5.1mo khan
Update vcr requirement from ~> 4.0 to ~> 5.1
2020-05-24Update vcr requirement from ~> 4.0 to ~> 5.1dependabot-preview[bot]
Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version. - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](https://github.com/vcr/vcr/compare/v4.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-28Fix bug in redirecting to relative pathsv0.3.2mo khan
2020-01-14Update rubies to test withv0.3.1mo khan
2020-01-14Fix bugs in following redirectsmo khan