Skip to content

Releases: orbcorp/orb-csharp

v0.1.0

15 Jan 20:49
49538f1

Choose a tag to compare

0.1.0 (2026-01-14)

Full Changelog: v0.0.1...v0.1.0

⚠ BREAKING CHANGES

  • client: change casing of some identifiers
  • client: Migration: Only use all-caps in PascalCase for two-letter acronyms. Otherwise, use a capital letter for the first letter and lowercase letters for the rest.
  • client: add pagination
  • client: use readonly types for properties
  • client: improve names of some types
  • client: use DateTimeOffset instead of DateTime
  • client: flatten service namespaces
  • client: interpret null as omitted in some properties
  • client: make models immutable
  • api: define shared model ConversionRateConfig

Features

  • api: add C# (e2db41d)
  • api: api update (bace1d1)
  • api: api update (bc044e0)
  • api: api update (fb72da9)
  • api: api update (4ccd578)
  • api: api update (f90e3ae)
  • api: api update (1a56902)
  • api: api update (64ba8ff)
  • api: api update (9ddf9be)
  • api: api update (517311a)
  • api: api update (d6db301)
  • api: api update (baf08f2)
  • api: api update (df68529)
  • api: api update (8a73d24)
  • api: api update (a369ef4)
  • api: api update (9e6c001)
  • api: api update (9504b00)
  • api: api update (713ee01)
  • api: api update (7f1811a)
  • api: api update (5c02e33)
  • api: api update (090a2e3)
  • api: api update (1d104ef)
  • api: api update (9251b92)
  • api: api update (8108e0d)
  • api: api update (6cf340c)
  • api: api update (e4c3bc5)
  • api: api update (9496bca)
  • api: api update (abb7452)
  • api: api update (ce002f9)
  • api: api update (d0978b0)
  • api: api update (6a36022)
  • api: api update (1f8e15d)
  • api: api update (d0e9264)
  • api: api update (2c673c4)
  • api: api update (529c386)
  • api: api update (7e10ed7)
  • api: api update (f13e7df)
  • api: api update (b08df82)
  • api: api update (d0d1a79)
  • api: api update (268fdab)
  • api: api update (7c7a621)
  • api: define shared model ConversionRateConfig (8420455)
  • api: manual updates (39e91ce)
  • client: add HttpResponse.ReadAsStream method (3a51242)
  • client: add additional implicit conversions (32d7f99)
  • client: add cancellation token support (d322904)
  • client: add EnvironmentUrl (1bfe99f)
  • client: add helper functions for raw messages (1576a26)
  • client: add more ToString implementations (f6cc928)
  • client: add multipart form data support (b072c6b)
  • client: add pagination (124e833)
  • client: add response validation option (dda33ed)
  • client: add retries support (006167f)
  • client: add some convenience constructors (8e82a6b)
  • client: add some implicit operators (b7bb4f2)
  • client: add support for option modification (585182a)
  • client: add x-stainless-retry-count (d4caa5e)
  • client: additional methods for positional params (965ec12)
  • client: automatically set constants for user (25e678a)
  • client: implement idempotency headers (e432e2a)
  • client: implement implicit union casts (5a6d432)
  • client: improve csproj (284ef6e)
  • client: improve model names (df035d1)
  • client: improve some names (7692fdd)
  • client: make models immutable (22921ae)
  • client: refactor exceptions (74c487d)
  • client: refactor unions (bab0e94)
  • client: send User-Agent header (d9f32d8)
  • client: send X-Stainless-Arch header (11b2877)
  • client: send X-Stainless-Lang and X-Stainless-OS headers (ff4a7fe)
  • client: send X-Stainless-Package-Version headers (d3b8497)
  • client: send `X-Stain...
Read more