这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: turbot/tailpipe

v0.2.1

03 Apr 14:51
f979d5d

Choose a tag to compare

Bug fixes

  • Table introspection in json now displays descriptions correctly. (#323):
  • Fix resolution of the format before calling Collect when the format plugin is different from the table plugin.(#319)

v0.2.0

02 Apr 13:19
1ec7ea4

Choose a tag to compare

What's new

  • Add support for plugins with custom formats (#264):
    A format block can be defined in config and plugins can provide formats types and presets . Format are supported by the new Nginx and Apache plugins.
  • Add format list and format show commands. (#235)
  • Update the plugin show command to add exported formats and correctly display partitions, etc. (#257)
  • Improve the error reporting in the collection UI (#247).
  • Update all SQL in code and messaging to be lower case.

v0.2.0-rc.1

01 Apr 17:12
eb6b582

Choose a tag to compare

v0.2.0-rc.1 Pre-release
Pre-release
Update parsing to manually call escaping code as ParseHclFiles no lon…

v0.2.0-rc.0

31 Mar 18:55
4602dfc

Choose a tag to compare

v0.2.0-rc.0 Pre-release
Pre-release
Update MinCorePluginVersion to v0.1.5 (#298)

* Update MinCorePluginVersion to v0.1.5
Update tailpipe-plugin-sdk and pipe-fittings refs

v0.2.0-alpha.202503201027

20 Mar 10:34
a3b3df0

Choose a tag to compare

Pre-release
update default version in release action

v0.2.0-alpha.202503191623

19 Mar 16:30
b282b1f

Choose a tag to compare

Pre-release
re-add core.DescribeSources() to determineSourcePlugin

v0.1.3

17 Mar 11:11
2e06d5b

Choose a tag to compare

What's new

  • Parquet creation is now transactional - write to temp file first then rename. (#41)
  • Views are now created with QuotedIdentifiers allowing use of reserved keywords, etc. (#205)
  • Updated status text for a collection with no active progress. (#210)

Bug fixes

  • Fix issue where tailpipe was failing to install private turbot-hosted plugins. (#201)
  • Sort columns before creating view to ensure they're correctly ordered. (#59)
  • DeleteParquetFiles only prunes the partition folder. (#227)

v0.1.3-rc.0

13 Mar 16:36
f59c3f7

Choose a tag to compare

v0.1.3-rc.0 Pre-release
Pre-release
Update CHANGELOG for v0.1.3

v0.1.2

21 Feb 15:51
211ec0d

Choose a tag to compare

What's new

  • The --from and --to arguments now support a wider range of time formats. (#223)

Bug fixes

  • Fixes issue where passing the sql file name to tailpipe query was not working. (#216)
  • Fixes issue where tailpipe was failing to install private turbot-hosted plugins. (#201)

v0.1.2-alpha.202502111235

11 Feb 12:41
c6444d2

Choose a tag to compare

Pre-release
Fix issue where tailpipe was failing to install private turbot-hosted…