Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
aseure committed Oct 3, 2016
1 parent 4895072 commit ad6d986
Showing 1 changed file with 148 additions and 202 deletions.
350 changes: 148 additions & 202 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,235 +1,181 @@
Changelog
=========
# Changelog

1.4.0 (2014-10-16)
------------------
## 2.1.0 (2016-10-03)

- Add new secured api keys
- Fix bug with distinct in deleteByQuery

1.3.0 (2014-07-07)
------------------

- Add new browse methods

1.2.1 (2014-05-04)
------------------

- Add new methods to add/update api key
- Add batch method to target multiple indices
- Add strategy parameter for the multipleQueries
- Add new method to generate secured api key from query parameters

1.2.0 (2015-04-09)
------------------

- New implementation for the retry on another DNS

1.1.1 (2015-11-23)
------------------

- Fix the retry for a network error

- Drop Go 1.2 support

- Add timeout

1.1.0 (2014-11-30)
------------------

- Bump to 1.1.0. [Xavier Grand]

- Switch to .net. [Xavier Grand]

1.0.2 (2014-11-27)
------------------
### Special thanks to external contributors

- Bump to 1.0.2. [Xavier Grand]
- @AndyHaskell / Andrew Haskell from Meta Search
- @cochran-at-niche
- @kujenga / Aaron Taylor from Meta Search
- @sharpner

- Wait more for the ACL. [Xavier Grand]
### Fixes

- Use sandboxes. [Xavier Grand]
- Fix `Client.ListIndexes`
- Fix `LogRes` type
- Fix `aroundRadius` type
- Fix `distinct` type
- Fix `removeStopWords` type
- Fix `NewOneWaySynonym` method name (minor typo)
- Fix `NewAltCorrectionSynonym` method name (minor typo)

- Fix go tip. [Xavier Grand]
### Additions

- Try to fix go 1.2. [Xavier Grand]
- Add `Client.SetHTTPClient` method
- Add `Index.GetObjectsAttrs` method
- Add `Settings.ToMap` method
- Add `FileSize` field in the `IndexRes` response type
- Add `NumberOfPendingTask` field in the `IndexRes` response type

- Ability to set custom hosts. [Xavier Grand]
### Changes

- Fix missing safeName call. [Xavier Grand]
- Implement the new Synonym API
- Rename `fowardToSlaves` parameter into `forwardToReplicas`
- Rename `attributesToIndex` setting into `searchableAttributes`
- Rename `numericAttributesToIndex` setting into `numericAttributesForFiltering`
- Allow `exactOnSingleWordQuery` parameter in queries
- Allow `alternativesAsExact` parameter in queries
- Allow `forwardToReplicas` parameter in queries

- Add safeName function. [Xavier Grand]
### Misc

- Update ChangeLog. [Xavier Grand]
- Avoid the inclusion of the `syscall` package to be used within Google App Engine

1.0.1 (2014-10-22)
------------------
### Tests

- Bump to 1.0.1. [Xavier Grand]
- Add tests
- Run tests in parallel
- Only test across the last 3 major versions of Go (currently 1.5, 1.6 and 1.7)

- Fix retry. [Xavier Grand]
## 2.0.0 (2016-06-06)

1.0.0 (2014-10-16)
------------------
- Type every response from the API
- Add tests
- Breaking changes listed here: https://github.com/algolia/algoliasearch-client-go/wiki/Migration-guide-to-version-2.x

- Bump to 1.0.0. [Sylvain UTARD]
## 1.5.0 (2016-06-01)

- Add setExtraHeader. [Xavier Grand]
- Code refactoring ahead of version 2.0.0

- Documentation of new query parameter & index setting. [Julien Lemoine]
## 1.4.0 (2014-10-16)

- Updated default typoTolerance setting & updated removedWordsIfNoResult
documentation Add the documentation about the update of an APIKey.
[Xavier Grand]

- Added update key. [Xavier Grand]

- Updated default typoTolerance setting & updated removedWordsIfNoResult
documentation. [Julien Lemoine]

- Remove unsupported version. [Xavier Grand]

- Add new version of Go. [Xavier Grand]
- Add new secured api keys
- Fix bug with distinct in deleteByQuery

- Improve the encoding of query parametter. [Xavier Grand]
## 1.3.0 (2014-07-07)

- Add documentation about removeWordsIfNoResult. [Xavier Grand]
- Add new browse methods

- Fixed links. [Julien Lemoine]
## 1.2.1 (2014-05-04)

- Fixed links. [Julien Lemoine]
- Add new methods to add/update api key
- Add batch method to target multiple indices
- Add strategy parameter for the multipleQueries
- Add new method to generate secured api key from query parameters

- Fixed aroundLatLngViaIP doc. [Julien Lemoine]
## 1.2.0 (2015-04-09)

- Added aroundLatLngViaIP documentation. [Julien Lemoine]
- New implementation for the retry on another DNS

- Add notes about the JS API client. [Sylvain UTARD]
## 1.1.1 (2015-11-23)

- Add tutorial links + minor enhancements. [Sylvain UTARD]
- Fix the retry for a network error
- Drop Go 1.2 support
- Add timeout

## 1.1.0 (2014-11-30)

- Bump to 1.1.0.
- Switch to .net.

## 1.0.2 (2014-11-27)

- Bump to 1.0.2.
- Wait more for the ACL.
- Use sandboxes.
- Fix go tip.
- Try to fix go 1.2.
- Ability to set custom hosts.
- Fix missing safeName call.
- Add safeName function.
- Update ChangeLog.

## 1.0.1 (2014-10-22)

- Bump to 1.0.1.
- Fix retry.

## 1.0.0 (2014-10-16)

- Bump to 1.0.0.
- Add setExtraHeader.
- Documentation of new query parameter & index setting.
- Updated default typoTolerance setting & updated removedWordsIfNoResult documentation Add the documentation about the update of an APIKey.
- Added update key.
- Updated default typoTolerance setting & updated removedWordsIfNoResult documentation.
- Remove unsupported version.
- Add new version of Go.
- Improve the encoding of query parametter.
- Add documentation about removeWordsIfNoResult.
- Fixed links.
- Added aroundLatLngViaIP documentation.
- Add notes about the JS API client.
- Add tutorial links + minor enhancements.
- Added documentation of suffix/prefix index name matching in API key.
[Julien Lemoine]

- Change the cluster. [Xavier Grand]

- Added restrictSearchableAttributes Added multiQueries. [Julien
Lemoine]

- Documentation: Added deleteByQuery and multipleQueries. [Xavier Grand]

- Added notes on attributesToIndex. [Julien Lemoine]

- Update README.md (getObjects) [Xavier Grand]

- Add DeleteByQuery and GetObjects. [Xavier Grand]

- Added disableTypoToleranceOn & altCorrections index settings: [Julien
Lemoine]

- Change the cluster.
- Added restrictSearchableAttributes Added multiQueries.
- Documentation: Added deleteByQuery and multipleQueries.
- Added notes on attributesToIndex.
- Update README.md (getObjects)
- Add DeleteByQuery and GetObjects.
- Added disableTypoToleranceOn & altCorrections index settings:
- Add typoTolerance & allowsTyposOnNumericTokens query parameters.
[Sylvain UTARD]

- Increase the sleeping time. [Xavier Grand]

- Documentation: Added words ranking parameter: [Julien Lemoine]

- Add missing waitTask Add sleep. [Xavier Grand]

- Added asc(attributeName) & desc(attributeName) documentation in index
settings. [Julien Lemoine]

- Updated synonyms examples. [Xavier Grand]

- Fix typo. [Xavier Grand]

- Add a note about distinct and the empty queries. [Xavier Grand]

- Increase the sleeping time.
- Documentation: Added words ranking parameter:
- Add missing waitTask Add sleep.
- Added asc(attributeName) & desc(attributeName) documentation in index settings.
- Updated synonyms examples.
- Fix typo.
- Add a note about distinct and the empty queries.
- Added analytics,synonyms,enableSynonymsInHighlight query parameters.
[Julien Lemoine]

- Update example of generate secured api key. [Xavier Grand]

- Add multipleQueries Add test for multipleQueries Fix test (missing
waitTask) Fix url encoding. [Xavier Grand]

- Add test for generate the api key. [Xavier Grand]

- Add generate secured api key. [Xavier Grand]

- Fix the test of index acl. [Xavier Grand]

- New numericFilters documentation. [Julien Lemoine]

- Fix Coveralls. [Xavier Grand]

- Add Badges Simplify snippets. [Xavier Grand]

- Change travis.yml. [Xavier Grand]

- Trying to add Travis CI. [Xavier Grand]

- Update README.md. [Xavier Grand]

- Add checking of the length of variadic parametter Change prototype of
Query Rename Query to Search Change DeleteObjects to take a array of
IDs. [Xavier Grand]

- Add optional parametter for GetObject. [Xavier Grand]

- Add DeleteObjects. [Xavier Grand]

- Change package from main to algoliasearch. [Xavier Grand]

- Add batch. [Xavier Grand]

- Export some functions. [Xavier Grand]

- Fix get/list/delete key for an user Add test on keys. [Xavier Grand]

- Add shuffling of the array of host. [Xavier Grand]

- Update example of generate secured api key.
- Add multipleQueries Add test for multipleQueries Fix test (missing waitTask) Fix url encoding.
- Add test for generate the api key.
- Add generate secured api key.
- Fix the test of index acl.
- New numericFilters documentation.
- Fix Coveralls.
- Add Badges Simplify snippets.
- Change travis.yml.
- Trying to add Travis CI.
- Update README.md.
- Add checking of the length of variadic parametter Change prototype of Query Rename Query to Search Change DeleteObjects to take a array of IDs.
- Add optional parametter for GetObject.
- Add DeleteObjects.
- Change package from main to algoliasearch.
- Add batch.
- Export some functions.
- Fix get/list/delete key for an user Add test on keys.
- Add shuffling of the array of host.
- Add handling of server failure Add handling of server response.
[Xavier Grand]

- Fix browse Add user-agent Add content-length in the headers Add
content-type in the headers. [Xavier Grand]

- Improve test suite. [Xavier Grand]

- Fix url encoding Fix query index Trying Fix 400. [Xavier Grand]

- Create README.md. [Xavier Grand]

- Impossible to fix urlencoding now fix tests. [Xavier Grand]

- Add make test. [Xavier Grand]

- Add partial test suite. [Xavier Grand]

- Add waitTask. [Xavier Grand]

- Add many functions for an index. [Xavier Grand]

- Fix addKey. [Xavier Grand]

- Add getLogs. [Xavier Grand]

- Add addKey. [Xavier Grand]

- Add sending of body. [Xavier Grand]

- Add parsing of json response. [Xavier Grand]

- Add example of test. [Xavier Grand]

- Add global list/add/delete function. [Xavier Grand]

- Add Index function without body. [Xavier Grand]

- Add listIndexes. [Xavier Grand]

- Add simple Makefile. [Xavier Grand]

- Initial commit. [Xavier Grand]

- Fix browse Add user-agent Add content-length in the headers Add content-type in the headers.
- Improve test suite.
- Fix url encoding Fix query index Trying Fix 400.
- Create README.md.
- Impossible to fix urlencoding now fix tests.
- Add make test.
- Add partial test suite.
- Add waitTask.
- Add many functions for an index.
- Fix addKey.
- Add getLogs.
- Add addKey.
- Add sending of body.
- Add parsing of json response.
- Add example of test.
- Add global list/add/delete function.
- Add Index function without body.
- Add listIndexes.
- Add simple Makefile.
- Initial commit.

0 comments on commit ad6d986

Please sign in to comment.