Skip to content

Releases: LykkeCity/Lykke.Common.ApiLibrary

3.1.1

31 Mar 15:37
4141f13
Compare
Choose a tag to compare

Bug fix

GlobalErrorHandlerMiddleware was fixed for backwards compatibility with the old logging system

3.1.0

25 Mar 18:06
a56947d
Compare
Choose a tag to compare

Compatibility imrpovement

In net core 3.0 classes from Microsoft.AspNetCore.Http.Internal were made internal, so added previous implementation for EnableRewind.

3.0.0

20 Mar 15:58
c5c6633
Compare
Choose a tag to compare

Breaking changes

  • Removed FormFileUploadOperationFilter, since it's not needed from Swashbuckle.AspNetCore 4.0.0
  • Upgraded to Swashbuckle.AspNetCore 5.1.0 and added compatibility with OpenApi

2.4.2

01 Dec 18:03
abf2320
Compare
Choose a tag to compare

Bug Fixes

Avoid cast exception for XmsEnumSchemaFilter

2.3.2

09 May 16:40
48ea139
Compare
Choose a tag to compare

@ BugFix
Fixed NoContentFilter to properly process ObjectResult

2.3.1

06 May 13:30
be4cdd2
Compare
Choose a tag to compare

New feature

Added new IResultFilter - NoContentFilter. It sets response code to 204 instead of 200 in case no content is returned in response body

2.2.1

18 Feb 19:14
d64c920
Compare
Choose a tag to compare

Breaking changes

  • Swagger UI package has been removed

2.0.0

16 Nov 14:29
a56852c
Compare
Choose a tag to compare

Bug Fixes

  • There was a bug which leaded to swagger.json being generated for the models with all properties required if using ResponseValueTypesRequiredSchemaFilter

Breaking changes

1.13.0

16 Nov 11:50
4eb1366
Compare
Choose a tag to compare

Updated Swashbuckle.AspNetCore package to version 4.0.1

1.12.0

01 Nov 12:21
e315240
Compare
Choose a tag to compare

New features

  • Added common LykkeApiErrorException and ILykkeApiErrorCode to be used to make API error responses unified.