Skip to content

Latest commit

 

History

History
250 lines (182 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

250 lines (182 loc) · 12.2 KB

Changelog

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

A list of unreleased changes can be found here.

v2.2.6 - 2020-10-22

Bug Fixes

  • Improve parallel theme request handling 88bc0d6
  • nonReadRequests middleware: Use native response API 2d2325f

v2.2.5 - 2020-10-06

Bug Fixes

  • Discovery middleware shouldn't fail when lib names overlap (#362) f5067ce

v2.2.4 - 2020-09-10

v2.2.3 - 2020-09-02

Bug Fixes

  • middleware/testRunner: Update resources from OpenUI5 55b1fe7

v2.2.2 - 2020-08-11

v2.2.1 - 2020-07-14

Bug Fixes

  • MiddlewareManager: Provide MiddlewareUtil to custom middleware using specVersion 2.1 3e249fa
  • Node.js API: TypeScript type definition support (#334) b66f9cc

v2.2.0 - 2020-07-01

Bug Fixes

  • MiddlewareManager: Update SAP Target CSP Policies 269c22c

Features

v2.1.0 - 2020-06-15

Features

  • csp: enable tracking and serving of csp reports (#323) e0a0c5e

v2.0.3 - 2020-05-14

v2.0.2 - 2020-04-30

Bug Fixes

  • CSP Middleware: Use native res.getHeader/setHeader methods (#312) c53525c

v2.0.1 - 2020-04-15

Dependency Updates

  • Bump devcert-sanscache from 0.4.6 to 0.4.8 (#306) 2a9d517

v2.0.0 - 2020-03-31

Breaking Changes

  • Require Node.js >= 10 a8c7a13
  • serveResources middleware: Expect *.properties files in UTF-8 by default af7f9ad

Bug Fixes

  • Handle encoding in request paths correctly 256b3f0

Features

  • Add MiddlewareUtil providing convenience functions to all middleware b8ab775
  • Add test runner middleware ea77e20

BREAKING CHANGE

If the project a "*.properties" resource originates from cannot be determined, or if the project does not define a propertiesFileSourceEncoding configuration or uses a legacy specVersion (<2.0), the serveResources middleware assumes that the resource is UTF-8 encoded instead of ISO-8859-1.

Support for older Node.js releases has been dropped. Only Node.js v10 or higher is supported.

v1.6.0 - 2020-02-24

Bug Fixes

  • versionInfo: Fix pattern to glob for .library files 3621f78

Features

  • serveThemes: Support experimental CSS variables and skeleton build (#278) 47d4b55

v1.5.4 - 2020-02-10

Bug Fixes

  • Ensure proper handling of multi-byte characters in streams (#280) fe652e4
  • serveIndex: Add missing dependency to "graceful-fs" e09c472

v1.5.3 - 2020-01-24

Bug Fixes

  • sslUtils: Fix Invalid Common Name error db06db7

v1.5.2 - 2019-12-16

Bug Fixes

  • Resolve ERR_CERT_REVOKED error for newly generated SSL certs f2e1522

v1.5.1 - 2019-11-19

Dependency Updates

  • Bump connect-openui5 from 0.8.0 to 0.9.0 0c6d502

v1.5.0 - 2019-11-07

Features

  • serveIndex: use serve-index for serving the application index d6ea507

v1.4.0 - 2019-10-24

Features

  • Custom Middleware Extensibility: Allow multiple definitions of the same custom middleware (#246) 55a24ef

v1.3.0 - 2019-07-31

Features

v1.2.0 - 2019-07-10

Features

  • Server: Add handling for custom middleware (#200) 037b3bc

v1.1.3 - 2019-06-24

Bug Fixes

  • serveResources: Correctly encode non UTF-8 resources 1ee6723

v1.1.2 - 2019-06-03

Bug Fixes

  • Middleware: Allow usage without express server 4d971b4

v1.1.1 - 2019-05-13

Bug Fixes

  • Makes CSP middleware work in an environment without express server (#184) c3089ad

v1.1.0 - 2019-04-25

Dependency Updates

Features

  • Add Server Option to Send SAP's Target CSPs by default (#179) 4f05967

v1.0.0 - 2019-01-10

Dependency Updates

v0.2.2 - 2018-10-29

v0.2.1 - 2018-07-17

v0.2.0 - 2018-07-12

v0.1.2 - 2018-07-10

Bug Fixes

  • CSP Middleware: Export middleware, add report-uri 2091c0c

v0.1.1 - 2018-07-10

Features

  • simplistic serveIndex with additional properties fa04ee2
  • Add CSP middleware (#3) f9ec3ee

v0.1.0 - 2018-06-26

v0.0.1 - 2018-06-06