Skip to content

Releases: Decision-Driven-Development/testable-io

v0.3.1 - Ability to see the response's delay

29 May 07:11
Compare
Choose a tag to compare

0.3.1 (2025-05-29)

Features

  • ability to extract delay value from the response (afd860b), closes #14

Logic simplification

20 May 07:28
Compare
Choose a tag to compare

0.3.0 (2025-05-20)

Features

  • ability to get the current response from the sequence without advancing it (e30db4b)
  • ability to set up delays for any stubbed response (c140bb3)
  • ability to store converters for each stubbed endpoint (b111d55)
  • basic interface for Stub Facade (41b0c93)
  • generify the StubbedQuery class (c83c6af)
  • implement the delay before the attempt of response type conversion (3c844cb)
  • implemented getting active single responses and resetting stubs for specific source (882fd2d)
  • implemented query-specific converters (2712773)
  • reimplemented delayed response (b6b1c9f)
  • reimplemented sequence of responses (b99d937)
  • reimplemented source-specific stubs (d72acc4)
  • reimplemented throwing exception as a response (8e827bb)

v0.2.1

13 May 14:01
Compare
Choose a tag to compare

0.2.1 (2025-05-13)

Features

  • ability to reset stubs for specific client (e7ee31d), closes #6

Bug Fixes

  • return default responses extended with specific client responses (9ff9c89), closes #7

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 May 05:51
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

Features

  • ability to assign stored Response to client Stub (0715a23), closes #2
  • ability to assign stored Response to client Stub and specific Query (741e230), closes #2
  • ability to build the Stub record programmatically (27761df), closes #2
  • ability to peek at current responses (76f8359), closes #4
  • ability to set up the Exception as the Response (3419307), closes #2
  • add name to the Stub record (19f2bbf), closes #2
  • store all the created responses in memory (7b7a538), closes #2

v0.1.0

21 Apr 09:11
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

0.1.0 (2025-04-21)

Features

  • ability to configure responses (2717786)
  • ability to create the real request out of generic request (2a9574d)
  • ability to store different stubs for different clients (5753c7c)
  • implemented some ConfiguredResponse functionality (950519a)
  • stub: naive implementations of generic request and response (bec2cf1)

Full Changelog: https://github.com/Decision-Driven-Development/testable-io/commits/v0.1.0