Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Releases: fabric8io/mockwebserver

0.2.2 (2021-11-03)

03 Nov 15:06
Compare
Choose a tag to compare

Bugs

  • Fix #70: WebSocketSession regression, WS closed when no configured messages

0.2.1 (2021-11-03)

03 Nov 13:45
Compare
Choose a tag to compare

Bugs

  • Fix #69: regression on Attribute#equals & Attribute#hashCode

0.2.0 (2021-11-03)

03 Nov 10:39
Compare
Choose a tag to compare

Bugs

  • Fix #66: Removed code smells and bugs
  • Fix #64: Allow concurrent access to Map preserving insertion order
  • Fix #57: Update expired SSL certificates (new expiry date 2031-11-01)

Improvements

  • Fix #59: adding a getter to access namespace from the path (fabric8io/kubernetes-client#2921)
  • Fix #66: Added getLastRequest method to MockServer
  • Fix #66: CRUD dispatcher handles PUT independently of POST

Dependency Upgrade

  • Fix #52: Updated OkHttpClient to version 3.12.12
  • Fix #65: Updated Jackson to version 2.13.0
  • Fix #61: Removed Sundrio dependency

v0.1.8 (2020-04-14)

14 Apr 08:59
Compare
Choose a tag to compare

Bugs

Improvements

Dependency Upgrade

  • Updated OkHttpClient to version 3.12.6

New Feature

v0.1.3

03 Sep 16:30
Compare
Choose a tag to compare

0.1.3 (03-09-2019)

Bugs

Improvements

  • Added Attribute Types (WITH and WITHOUT) to works with withoutLabel filter (AttributeSet.matches()).

Dependency Upgrade

New Feature