Skip to content

Releases: Finch-API/finch-api-ruby

v0.1.0-alpha.12

22 Apr 15:30
8a84596

Choose a tag to compare

v0.1.0-alpha.12 Pre-release
Pre-release

0.1.0-alpha.12 (2025-04-18)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Features

Chores

v0.1.0-alpha.11

14 Apr 16:57
7cae1d0

Choose a tag to compare

v0.1.0-alpha.11 Pre-release
Pre-release

0.1.0-alpha.11 (2025-04-12)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Features

Chores

v0.1.0-alpha.9

11 Apr 02:30
46a70f4

Choose a tag to compare

v0.1.0-alpha.9 Pre-release
Pre-release

0.1.0-alpha.9 (2025-04-10)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Features

  • api: add models for hrs benefits individuals async responses (7492eec)
  • api: api update (#136) (e1bd1b5)
  • api: benefits mutation API endpoints (create benefit, update benefit, enroll individual, unenroll individual) now properly return async response types (#139) (f6b269c)
  • use Pathname alongside raw IO handles for file uploads (#132) (ca140ed)

Bug Fixes

  • internal: update release-please to use ruby strategy for README.md (#137) (8a2f9b4)
  • raise connection error for errors that result from HTTP transports (#133) (908b8ba)

Chores

  • add README docs for using solargraph when installing gem from git (#131) (7bec93f)
  • ensure readme.md is bumped when release please updates versions (#135) (52953bd)
  • fix lsp configuration file for local development (ff3d47c)
  • fix typo (48e4f10)
  • fix typo (#140) (176f00b)
  • internal: expand CI branch coverage (#138) (e699355)
  • internal: reduce CI branch coverage (ff0aa81)
  • internal: version bump (508a2f6)
  • loosen const and integer coercion rules (#134) (954fa16)

v0.1.0-alpha.10

11 Apr 18:38
24821b6

Choose a tag to compare

v0.1.0-alpha.10 Pre-release
Pre-release

0.1.0-alpha.10 (2025-04-11)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Chores

v0.1.0-alpha.8

08 Apr 21:01
03183c9

Choose a tag to compare

v0.1.0-alpha.8 Pre-release
Pre-release

0.1.0-alpha.8 (2025-04-08)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Chores

v0.1.0-alpha.7

08 Apr 16:56
d0c2772

Choose a tag to compare

v0.1.0-alpha.7 Pre-release
Pre-release

0.1.0-alpha.7 (2025-04-08)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Features

  • allow all valid JSON types to be encoded (#119) (a67519c)
  • support query, header, and body params that have identical names (#118) (4fa584a)

Bug Fixes

  • converter should transform stringio into string where applicable (#121) (432e28e)

Chores

v0.1.0-alpha.6

04 Apr 18:01
2ebd4fd

Choose a tag to compare

v0.1.0-alpha.6 Pre-release
Pre-release

0.1.0-alpha.6 (2025-04-04)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

⚠ BREAKING CHANGES

  • bump min supported ruby version to 3.1 (oldest non-EOL) (#105)
  • remove top level type aliases to relocated classes (#104)
  • use descriptive prefixes for enum names that start with otherwise illegal identifiers (#102)

Features

Bug Fixes

  • path interpolation template strings (#90) (9cbfb2b)
  • pre-release version string should match ruby, not semver conventions (#107) (72c823b)
  • switch to github compatible markdown engine (#87) (3f84336)
  • use descriptive prefixes for enum names that start with otherwise illegal identifiers (#102) (4e15ab3)

Chores

  • demonstrate how to make undocumented requests in README (#106) (c316243)
  • do not use literals for version in type definitions (#109) (cdb9530)
  • extract error classes into own module (#100) (82f6f32)
  • fix misc rubocop errors (#88) (369e17b)
  • improve yard docs readability (#92) (621ca2a)
  • internal: codegen related update (#96) (a479855)
  • internal: version bump (#85) (fb6870a)
  • move private classes into internal module (#103) (ed3b639)
  • order client variables by "importance" (#98) (dcab107)
  • relax sorbet enum parameters to allow String in addition to Symbol (#97) (93128b8)
  • use fully qualified name in sorbet README example (#89) (bc9989c)
  • use package name for gemspec (#110) (9f6eebe)

v0.1.0-alpha.5

31 Mar 22:56
fd5a12d

Choose a tag to compare

v0.1.0-alpha.5 Pre-release
Pre-release

0.1.0-alpha.5 (2025-03-31)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Chores

v0.1.0-alpha.4

31 Mar 16:54
4583e5e

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

0.1.0-alpha.4 (2025-03-31)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

  • api: api update (#79) (382667d)
  • internal: converter interface should recurse without schema (#77) (54c0c14)

Chores

v0.1.0-alpha.3

27 Mar 16:57
f6c2d9e

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2025-03-27)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

Chores

  • internal: version bump (#70) (36c3b7e)
  • more aggressive tapioca detection logic for skipping compiler introspection (#72) (20b843f)