SAP-BTP-Spielwiese/app1/node_modules/@sap/xsenv/CHANGELOG.md
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

2.3 KiB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

The format is based on Keep a Changelog.

4.2.0 - 2023-11-21

Added

  • Added an environment variable XSENV_PASE_ALL_JSON to control if all the values in k8s secrets should be parsed as JSON instead of only JSON objects
  • Added custom tags in service-bindings

4.1.0 - 2023-11-06

Added

  • Added node 20.x support and tests

4.0.0 - 2023-08-14

Removed

  • Removed node 10.x support and tests

3.4.0 - 2022-10-27

Added

  • Support Node.js 18.x

3.3.2 - 2022-06-17

Fixed

  • service bindings for Kubernetes: bindings were not read because of symlinks

3.3.1 - 2022-06-08

Fixed

  • change node plugin version for xmake to 10.15.0

3.3.0 - 2022-06-06

Added

  • Service bindings for Kubernetes

3.2.2 - 2022-04-11

Removed

  • Removed node 8.x support and tests

Changed

  • Changed istanbul test framework with c8

3.2.1 - 2022-02-28

Added

  • Reading K8s services now caches the results to decrease file system calls.
  • Documentation on how to disable caching for K8s Services if needed.

3.2.0 - 2022-01-24

Added

  • Support Node.js 16.x

Updated

  • debug dependency to 4.3.3.

3.1.1 - 2021-07-01

Fixed

  • Reading services will now properly check for K8s services when VCAP_SERVICES is defined but contains no services.
  • Getting a service will now properly check in K8s services if VCAP_SERVICES does not have the service.

Updated

  • debug dependency to 4.2.0.
  • lodash dependency to 4.17.21.

3.1.0 - 2020-11-20

Added

  • Support Node.js 14.x

3.0.0 - 2020-06-05

Removed

  • Node.js 6 support

Changed

  • K8S case: nested objects in credentials are now automatically parsed (does not apply to arrays)

2.2.0 - 2019-11-28

Added

  • Support Node.js 12.x

2.1.0 - 2019-10-15

Added

  • Support for K8S secrets mounted as volumes.

2.0.0 - 2019-04-22

Removed

  • Node.js 4 support
  • Remove deprecated loadCaCert function

1.3.0 - 2018-12-18

Added

  • Node.js 10 support

Fixed

  • Update lodash to 4.17.11

1.2.9 - 2018-01-18

Added

  • Release with npm-shrinkwrap.json

1.2.8 - 2017-10-09

Security