2022-11-20 18:14:53 +03:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2023-03-19 09:18:54 +03:00
|
|
|
## [v0.25.0] - 2023-03-19
|
2023-03-19 07:58:00 +03:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2023-03-19 09:18:54 +03:00
|
|
|
- [#15]: Column Aliases. You can now change specify an alias for a column (or column expression
|
2023-03-19 07:58:00 +03:00
|
|
|
such as a function). For example: `sq '.actor | .first_name:given_name`, or `sq .actor | count(*):quantity`.
|
2023-03-19 09:18:54 +03:00
|
|
|
- [#151]: `sq add` now has a `--active` flag, which immediately sets the new source
|
|
|
|
as the active source.
|
2023-03-19 07:58:00 +03:00
|
|
|
|
2023-03-15 10:46:52 +03:00
|
|
|
## [v0.24.4] - 2023-03-15
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed typos in `sq sql` command help.
|
|
|
|
|
2023-03-15 08:04:49 +03:00
|
|
|
## [v0.24.3] - 2023-03-14
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- When a CSV source has explicit column names (via `--opts cols=A,B,C`), `sq` now verifies
|
|
|
|
that the CSV data record field count matches the number of explicit columns.
|
|
|
|
|
|
|
|
|
2023-03-14 06:52:58 +03:00
|
|
|
## [v0.24.2] - 2023-03-13
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- [#142]: Improved error handling when Postgres `current_schema()` is unavailable.
|
|
|
|
|
2023-03-12 07:21:05 +03:00
|
|
|
## [v0.24.1] - 2023-03-11
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- [#144]: Handle corrupted config active source.
|
|
|
|
|
2023-01-01 09:04:15 +03:00
|
|
|
## [v0.24.0] - 2022-12-31
|
2023-01-01 09:00:07 +03:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `sq ping` now respects `--json` flag.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Improved handling of file paths on Windows.
|
|
|
|
|
2023-01-01 06:17:44 +03:00
|
|
|
## [v0.23.0] - 2022-12-31
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2023-01-01 09:00:07 +03:00
|
|
|
- `sq ls` now respects `--json` flag.
|
|
|
|
- `sq rm` now respects `--json` flag.
|
2023-03-12 07:21:05 +03:00
|
|
|
- `sq add` now respects `--json` flag.`
|
2023-01-01 06:17:44 +03:00
|
|
|
- CI pipeline now verifies install packages after publish.
|
2022-12-30 20:10:56 +03:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2023-01-01 06:17:44 +03:00
|
|
|
- `sq rm` can delete multiple sources.
|
|
|
|
- `sq rm` doesn't print output unless `--verbose`.
|
|
|
|
- Redacted snipped is now `xxxxx` instead of `****`, to match stdlib `url.URL.Redacted()`.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed crash on Fedora systems (needed `--tags=netgo`).
|
|
|
|
|
|
|
|
## [v0.21.3] - 2022-12-30
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2022-12-30 20:10:56 +03:00
|
|
|
- `sq version` respects `--json` flag.
|
2023-01-01 06:17:44 +03:00
|
|
|
- `sq version` respects `--verbose` flag.
|
2022-12-30 20:10:56 +03:00
|
|
|
- `sq version` shows `latest_version` info when `--verbose` and there's a newer version available.
|
|
|
|
|
2023-01-01 06:17:44 +03:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- `sq version` shows less info when `--verbose` is not set.
|
|
|
|
|
2022-12-30 05:02:10 +03:00
|
|
|
## [v0.20.0] - 2022-12-29
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2023-03-15 10:46:52 +03:00
|
|
|
- `sq` now generates manpages (and installs them).
|
2022-12-30 05:02:10 +03:00
|
|
|
|
2022-12-30 01:06:43 +03:00
|
|
|
## [v0.19.0] - 2022-12-29
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2023-03-15 10:46:52 +03:00
|
|
|
- Installer for [Arch Linux](https://archlinux.org),
|
|
|
|
via [Arch User Repository](https://aur.archlinux.org).
|
2022-12-30 01:06:43 +03:00
|
|
|
|
2022-12-25 13:43:01 +03:00
|
|
|
## [v0.18.2] - 2022-12-25
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- The build pipeline now produces `.apk` packages for [Alpine Linux](https://www.alpinelinux.org),
|
|
|
|
and `install.sh` has been updated accordingly. However, the `.apk` files
|
|
|
|
are not yet published to a repository, so it's necessary to run `apk` against
|
|
|
|
the downloaded `.apk` file (`install.sh` does this for you).
|
|
|
|
|
|
|
|
|
2022-12-25 07:39:39 +03:00
|
|
|
## [v0.18.0] - 2022-12-24
|
2022-12-25 07:04:18 +03:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- [#95]: `sq add` now has a `--password` (`-p`) flag that prompts the user for the data source
|
|
|
|
password, instead of putting it in the location string. It will also read from stdin
|
|
|
|
if there's input there.
|
|
|
|
|
2022-12-24 08:58:40 +03:00
|
|
|
## [v0.17.0] - 2022-12-23
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- More or less every `go.mod` dependency has been updated to latest. This includes
|
|
|
|
drivers for `sqlite` and `sqlserver`. The driver updates led to some broken
|
|
|
|
things, which have been fixed.
|
|
|
|
|
|
|
|
## [v0.16.1] - 2022-12-23
|
2022-12-18 02:11:33 +03:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2022-12-25 07:39:39 +03:00
|
|
|
- [#123]: Shell completion is better behaved when a source is offline.
|
2022-12-18 02:11:33 +03:00
|
|
|
|
2022-12-17 08:31:22 +03:00
|
|
|
## [v0.16.0] - 2022-12-16
|
2022-12-17 06:46:37 +03:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `--verbose` flag is now global
|
2022-12-17 08:31:22 +03:00
|
|
|
- `install.sh` install script.
|
2022-12-17 06:46:37 +03:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2022-12-17 08:31:22 +03:00
|
|
|
- Improved GH workflow
|
2022-12-17 06:46:37 +03:00
|
|
|
- `sq inspect` shows less output by default (use `-v` to restore previous behavior)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- `sq inspect` can now deal with Postgres sources that have null values for constraint fields
|
|
|
|
|
2022-11-20 18:14:53 +03:00
|
|
|
## [v0.15.11] - 2022-11-06
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Yet more changes to GitHub workflow.
|
|
|
|
|
|
|
|
|
|
|
|
## [v0.15.4] - 2021-09-18
|
|
|
|
|
|
|
|
### Changed
|
2021-02-27 17:47:24 +03:00
|
|
|
|
2021-09-19 06:48:28 +03:00
|
|
|
- Bug fixes
|
|
|
|
|
2022-11-20 18:14:53 +03:00
|
|
|
## [v0.15.3] - 2021-03-13
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2022-12-25 07:04:18 +03:00
|
|
|
- [#91]: MySQL driver options no longer stripped
|
2021-03-13 20:08:53 +03:00
|
|
|
|
2022-11-20 18:14:53 +03:00
|
|
|
## [v0.15.2] - 2021-03-08
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2022-12-25 07:04:18 +03:00
|
|
|
- [#89]: Bug with SQL generated for joins.
|
2021-03-08 09:37:37 +03:00
|
|
|
|
2021-02-27 17:47:24 +03:00
|
|
|
|
2023-03-19 07:58:00 +03:00
|
|
|
[v0.25.0]: https://github.com/neilotoole/sq/compare/v0.24.4...v0.25.0
|
2023-03-15 10:46:52 +03:00
|
|
|
[v0.24.4]: https://github.com/neilotoole/sq/compare/v0.24.3...v0.24.4
|
2023-03-15 08:04:49 +03:00
|
|
|
[v0.24.3]: https://github.com/neilotoole/sq/compare/v0.24.2...v0.24.3
|
2023-03-14 06:52:58 +03:00
|
|
|
[v0.24.2]: https://github.com/neilotoole/sq/compare/v0.24.1...v0.24.2
|
2023-03-12 07:21:05 +03:00
|
|
|
[v0.24.1]: https://github.com/neilotoole/sq/compare/v0.24.0...v0.24.1
|
2023-01-01 09:04:15 +03:00
|
|
|
[v0.24.0]: https://github.com/neilotoole/sq/compare/v0.23.0...v0.24.0
|
2023-01-01 06:17:44 +03:00
|
|
|
[v0.23.0]: https://github.com/neilotoole/sq/compare/v0.21.3...v0.23.0
|
2022-12-30 20:59:52 +03:00
|
|
|
[v0.21.3]: https://github.com/neilotoole/sq/compare/v0.20.0...v0.21.3
|
2022-12-30 20:10:56 +03:00
|
|
|
[v0.20.0]: https://github.com/neilotoole/sq/compare/v0.19.0...v0.20.0
|
2022-12-30 01:06:43 +03:00
|
|
|
[v0.19.0]: https://github.com/neilotoole/sq/compare/v0.18.2...v0.19.0
|
2022-12-25 13:43:01 +03:00
|
|
|
[v0.18.2]: https://github.com/neilotoole/sq/compare/v0.18.0...v0.18.2
|
2022-12-25 07:39:39 +03:00
|
|
|
[v0.18.0]: https://github.com/neilotoole/sq/compare/v0.17.0...v0.18.0
|
2022-12-24 08:58:40 +03:00
|
|
|
[v0.17.0]: https://github.com/neilotoole/sq/compare/v0.16.1...v0.17.0
|
|
|
|
[v0.16.1]: https://github.com/neilotoole/sq/compare/v0.16.0...v0.16.1
|
2022-11-20 18:14:53 +03:00
|
|
|
[v0.16.0]: https://github.com/neilotoole/sq/compare/v0.15.11...v0.16.0
|
|
|
|
[v0.15.11]: https://github.com/neilotoole/sq/compare/v0.15.4...v0.15.11
|
|
|
|
[v0.15.4]: https://github.com/neilotoole/sq/compare/v0.15.3...v0.15.4
|
|
|
|
[v0.15.3]: https://github.com/neilotoole/sq/compare/v0.15.2...v0.15.3
|
|
|
|
[v0.15.2]: https://github.com/neilotoole/sq/releases/tag/v0.15.2
|
2022-12-23 19:39:38 +03:00
|
|
|
|
2023-03-19 09:18:54 +03:00
|
|
|
[#151]: https://github.com/neilotoole/sq/issues/151
|
2023-03-12 07:21:05 +03:00
|
|
|
[#144]: https://github.com/neilotoole/sq/issues/144
|
2023-03-14 06:52:58 +03:00
|
|
|
[#142]: https://github.com/neilotoole/sq/issues/142
|
2022-12-23 19:39:38 +03:00
|
|
|
[#123]: https://github.com/neilotoole/sq/issues/123
|
2022-12-25 07:04:18 +03:00
|
|
|
[#95]: https://github.com/neilotoole/sq/issues/93
|
|
|
|
[#91]: https://github.com/neilotoole/sq/pull/91
|
|
|
|
[#89]: https://github.com/neilotoole/sq/pull/89
|
2023-03-19 07:58:00 +03:00
|
|
|
[#15]: https://github.com/neilotoole/sq/issues/15
|