# Release Notes

## 2.0.0

### Major Changes

- Update GET proprietor detail to return exact match on proprietors. Remove ability to search for individual proprietors with just the last name and any given name. Providing last name by itself will only return proprietors where given name is NULL. Given name is also updated to require an exact match i.e. provide all middle names if any. For example, if you provide "JAMES SMITH", you will no longer get "JOHN ALEX SMITH" etc. There are no schema changes to the request.
- Support parcel discovery by plan number and optionally lot number range. This changes parcel discovery response to return an array instead of a single parcel entity because we multiple parcels exist on a plan. Even for parcel discovery by SPI, the response will now be an array (of one). Standard pagination pattern is applied here. Please review the updated response scheme in the API specification and update your consuming code according.


### Minor Changes

- Add New Address Autocomplete Endpoint to the Discovery API
- Add council property details and address details to related properties in title and parcel discovery
- Allow premium functionality on proprietor detail endpoint


## 1.11.0

### Minor Changes

- Updated the AddressDetails response to include levelTypeDescription and unitTypeDescription
- Upgrade aws-lambda-powertools to 3.24.0


### Patch Changes

- Remove mTLS certificate to VOTS
- Fixed an issue that causes plan number suffix to be omitted


## 1.10.1

### Patch Changes

- Document Proprietor Search API and update proprietor_type for companies


## 1.9.0

### Minor Changes

- Add proprietor names discovery


### Patch Changes

- Fix issue with parcels in a property that have no SPI


## 1.8.0

### Minor Changes

- Check SPI without suffix for parcel discovery.


## 1.7.0

### Minor Changes

- Add encryption key rotation support.
- Add water authorities to property summary
- Add additional parcel details to the property & title discovery responses.


## 1.6.0

### Minor Changes

- Add premium discovery support to parcels, properties and titles endpoints.


## 1.5.0

### Minor Changes

- Add parcel crown allotment search.
- Fix handling of Title IDs with respect to leading zeros


## 1.4.0

### Minor Changes

- Fix handling of Title IDs with respect to leading zeros


## 1.3.0

### Minor Changes

- Add endpoints to retrieve list of available parishes and townships


### Patch Changes

- Add council propety details for NCPR properties
- Fix internal server error when searching with property number `NCPR`.


## 1.2.0

### Minor Changes

- Refactor and bugfix for Proprietor Name Search
- Graphic type properties are no longer searchable


### Patch Changes

- Update permitted characters used for proprietor search API


## 1.1.0

### Minor Changes

- Fix searching for a property by its secondary/alias address
- Enable case insensitive search


## 1.0.3

### Major Changes

- Initial release