Compatibility Notes
- [core] Tighten the return type of the
getAuthHeaders()
andbuildAuthorizationHeaders()
functions. - [openapi-generator] The binary of the
openapi-generator
now calls./dist/cli.js
instead of./bin/run
. This will be handled automatically if you install or update the CLI vianode
or run it withnpx
.
Improvements
- [openapi-generator] Replace
oclif
library withyargs
. This is a refactoring without functional changes.
Fixed Issues
- [odata] Fix parsing of
Edm.Time
when some parts of the time are missing, e.g.PT1H21S
. - [util]
setGlobalLogLevel(level)
sets log levels of all existing loggers globally. - [util] Fix
equal(item1, item2)
method to returnfalse
when either object isnull
orundefined
. - [openapi-generator] Existing options per service (
--optionsPerService
) are merged with new options instead of overwriting.