Release notes
*Sourced from [bblfsh's releases](https://github.com/bblfsh/client-python/releases).*
> ## v3.0.2
> * Update `libuast` to the latest version.
>
> ## v3.0.1
> * Remove unnecessary requirement for `GOPATH` env when installing.
>
> ## v3.0.0
> - First release using the new libuast in Go and the new XPath projection. The API also changed to reflect this and the client was completely rewritten.
>
> - Added a compatibility layer with previous versions in the `bblfsh.compat` module. Note that XPath expressions probably need to be updated anyway since the projection changed.
Commits
- [`cc9fbc4`](https://github.com/bblfsh/client-python/commit/cc9fbc4cd52948cd23dea806c88af6381f0c84ce) update version of libuast and sdk; update bblfshd used for tests
- [`7e71346`](https://github.com/bblfsh/client-python/commit/7e713463ee9c86a8b947d5cd361c44cabff84e07) ci: upload on success, not on install
- [`1d3dbbc`](https://github.com/bblfsh/client-python/commit/1d3dbbcdd429d87d6bf838fafc87384d99f3ba45) ci: enable email notifications
- [`36482e0`](https://github.com/bblfsh/client-python/commit/36482e04d2de344a39db7fdf9b55bb7b110323e8) use package version from ci when uploading to pypi
- [`d4fe220`](https://github.com/bblfsh/client-python/commit/d4fe2204425f2d6022c0c179a427f808d3745cd9) ci: write pypirc to home directory
- [`e17b071`](https://github.com/bblfsh/client-python/commit/e17b071f0fb1ec5202f10669e5444ddc76289343) remove dependency on go tool and gopath env; fixes [#149](https://github-redirect.dependabot.com/bblfsh/client-python/issues/149)
- [`18f8e75`](https://github.com/bblfsh/client-python/commit/18f8e75e4d4b806a649ba668209a2ef4b0d9b973) Merge pull request [#147](https://github-redirect.dependabot.com/bblfsh/client-python/issues/147) from juanjux/fix_travis
- [`8c83f8b`](https://github.com/bblfsh/client-python/commit/8c83f8baa22620a8dd49ec4b816f2a28c2d785b3) Fix pypi upload from Travis
- [`1392e25`](https://github.com/bblfsh/client-python/commit/1392e25a40aaaa4389d6000cccb0fdbb8c65ef59) Merge pull request [#145](https://github-redirect.dependabot.com/bblfsh/client-python/issues/145) from creachadair/main-re-tain
- [`27ec040`](https://github.com/bblfsh/client-python/commit/27ec0407d7e8d88520c74c92d32fffcd2921fa63) Merge pull request [#144](https://github-redirect.dependabot.com/bblfsh/client-python/issues/144) from creachadair/fixdoc
- Additional commits viewable in [compare view](https://github.com/bblfsh/client-python/compare/v2.12.7...v3.0.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps bblfsh from 2.12.7 to 3.0.2.
Release notes
*Sourced from [bblfsh's releases](https://github.com/bblfsh/client-python/releases).* > ## v3.0.2 > * Update `libuast` to the latest version. > > ## v3.0.1 > * Remove unnecessary requirement for `GOPATH` env when installing. > > ## v3.0.0 > - First release using the new libuast in Go and the new XPath projection. The API also changed to reflect this and the client was completely rewritten. > > - Added a compatibility layer with previous versions in the `bblfsh.compat` module. Note that XPath expressions probably need to be updated anyway since the projection changed.Commits
- [`cc9fbc4`](https://github.com/bblfsh/client-python/commit/cc9fbc4cd52948cd23dea806c88af6381f0c84ce) update version of libuast and sdk; update bblfshd used for tests - [`7e71346`](https://github.com/bblfsh/client-python/commit/7e713463ee9c86a8b947d5cd361c44cabff84e07) ci: upload on success, not on install - [`1d3dbbc`](https://github.com/bblfsh/client-python/commit/1d3dbbcdd429d87d6bf838fafc87384d99f3ba45) ci: enable email notifications - [`36482e0`](https://github.com/bblfsh/client-python/commit/36482e04d2de344a39db7fdf9b55bb7b110323e8) use package version from ci when uploading to pypi - [`d4fe220`](https://github.com/bblfsh/client-python/commit/d4fe2204425f2d6022c0c179a427f808d3745cd9) ci: write pypirc to home directory - [`e17b071`](https://github.com/bblfsh/client-python/commit/e17b071f0fb1ec5202f10669e5444ddc76289343) remove dependency on go tool and gopath env; fixes [#149](https://github-redirect.dependabot.com/bblfsh/client-python/issues/149) - [`18f8e75`](https://github.com/bblfsh/client-python/commit/18f8e75e4d4b806a649ba668209a2ef4b0d9b973) Merge pull request [#147](https://github-redirect.dependabot.com/bblfsh/client-python/issues/147) from juanjux/fix_travis - [`8c83f8b`](https://github.com/bblfsh/client-python/commit/8c83f8baa22620a8dd49ec4b816f2a28c2d785b3) Fix pypi upload from Travis - [`1392e25`](https://github.com/bblfsh/client-python/commit/1392e25a40aaaa4389d6000cccb0fdbb8c65ef59) Merge pull request [#145](https://github-redirect.dependabot.com/bblfsh/client-python/issues/145) from creachadair/main-re-tain - [`27ec040`](https://github.com/bblfsh/client-python/commit/27ec0407d7e8d88520c74c92d32fffcd2921fa63) Merge pull request [#144](https://github-redirect.dependabot.com/bblfsh/client-python/issues/144) from creachadair/fixdoc - Additional commits viewable in [compare view](https://github.com/bblfsh/client-python/compare/v2.12.7...v3.0.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.