Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
186 lines (97 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

186 lines (97 loc) · 3.88 KB

10.0.0 (2023-09-01)

chore

  • update package-lock.json (fa02764)

BREAKING CHANGES

  • Drop support for versions of Node.js older than 16.x

9.1.0 (2022-08-18)

Features

  • add --host option to help with containers (8305612)

9.0.1 (2022-05-03)

Bug Fixes

  • push update to remove deprecation warning (d0dfcd1)

9.0.0 (2022-04-18)

Features

BREAKING CHANGES

  • This module is now ESM only.
  • Drop support for Node.js 12.x

9.0.0 (2022-04-18)

Features

BREAKING CHANGES

  • This module is now ESM only.
  • Drop support for Node.js 12.x

8.0.0 (2022-02-13)

chore

BREAKING CHANGES

  • Some options have changed.

7.0.0 (2022-02-11)

chore

  • remove debug dependency (3774dc6)

BREAKING CHANGES

  • Use NODE_DEBUG=solr-proxy instead of DEBUG=solr-proxy for verbose output.

6.0.1 (2022-01-14)

Bug Fixes

6.0.0 (2021-05-09)

chore

BREAKING CHANGES

  • drop support for Node.js 10.x

5.0.0 (2021-01-04)

config

  • use canonical Solr default port for backend (d581860)

BREAKING CHANGES

  • If the "backend" (i.e., Solr server) port is not specified, use the default Solr port of 8983 rather than our own default of 8080.

Fixes: #11

4.1.1

  • Fix alignment for default options in --help output.

4.1.0

  • Add new option maxStart that defaults to 1000. (Thanks @tuolumne!)
  • Drop testing for EOL Node.js 13.x.

4.0.0

  • Add new option maxRows that defaults to 200.

3.0.0

  • Drop support for EOL Node.js 8.x.

2.1.2

  • Update dependencies includeing security fixes. Please update!

2.1.1

  • Fix CLI. Shipped without a required library. Whoops. Testing didn't catch it because the required library was in node_modules due to a testing dependency. Ooooooffffff.

2.1.0

  • Add SSL capability to the proxy.

2.0.0

  • Node.js 8.x and 10.x support. Drop support for earlier versions.

1.2.0

  • Add quiet mode
  • Add debug logging capabilities

1.1.2

  • improved line wrapping for usage message

1.1.1

  • fix misformatted usage message

1.1.0

  • --version flag

1.0.1

  • 100% test coverage on index.js and lib/
  • documentation updates

1.0.0

  • Initial release