Skip to content

Commit cf4ec15

Browse files
authored
New version: Pressly.Goose version 3.27.0 (microsoft#341541)
1 parent 9238e66 commit cf4ec15

3 files changed

Lines changed: 94 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created by Anthelion using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Pressly.Goose
5+
PackageVersion: 3.27.0
6+
InstallerType: portable
7+
InstallModes:
8+
- interactive
9+
- silent
10+
- silentWithProgress
11+
UpgradeBehavior: uninstallPrevious
12+
Commands:
13+
- goose
14+
ReleaseDate: 2026-02-22
15+
Installers:
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/pressly/goose/releases/download/v3.27.0/goose_windows_x86_64.exe
18+
InstallerSha256: C73E4F4BC52E74694831E982B5592FD194376E981174A1A6B99F7A21C3345E60
19+
- Architecture: arm64
20+
InstallerUrl: https://github.com/pressly/goose/releases/download/v3.27.0/goose_windows_arm64.exe
21+
InstallerSha256: DA482EA3F7180C7FFA6E77853B83F38B9CDC0B8FCE3D96255318056CE66C2115
22+
ManifestType: installer
23+
ManifestVersion: 1.12.0
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Created by Anthelion using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Pressly.Goose
5+
PackageVersion: 3.27.0
6+
PackageLocale: en-US
7+
Publisher: Pressly Inc.
8+
PublisherUrl: https://github.com/pressly
9+
PublisherSupportUrl: https://github.com/pressly/goose/issues
10+
PackageName: Goose
11+
PackageUrl: https://github.com/pressly/goose
12+
License: MIT
13+
LicenseUrl: https://github.com/pressly/goose/blob/HEAD/LICENSE
14+
Copyright: |-
15+
Original work Copyright (c) 2012 Liam Staskawicz
16+
Modified work Copyright (c) 2016 Vojtech Vitek
17+
Modified work Copyright (c) 2021 Michael Fridman, Vojtech Vitek
18+
CopyrightUrl: https://github.com/pressly/goose/blob/main/LICENSE
19+
ShortDescription: A database migration tool. Supports SQL migrations and Go functions.
20+
Description: |-
21+
Goose is a database migration tool. Both a CLI and a library.
22+
23+
Manage your database schema by creating incremental SQL changes or Go functions.
24+
25+
Features
26+
27+
- Works against multiple databases:
28+
- Postgres, MySQL, SQLite, YDB, ClickHouse, MSSQL, Vertica, and more.
29+
- Supports Go migrations written as plain functions.
30+
- Supports embedded migrations.
31+
- Out-of-order migrations.
32+
- Seeding data.
33+
- Environment variable substitution in SQL migrations.
34+
- ... and more.
35+
Moniker: goose
36+
Tags:
37+
- database
38+
- database-migrations
39+
- go
40+
- golang
41+
- migration
42+
- migrations
43+
- mysql
44+
- postgres
45+
- postgresql
46+
- schema
47+
- sql
48+
- sqlite
49+
ReleaseNotes: |-
50+
What's Changed
51+
Added
52+
- Preliminary Spanner dialect support (#966)
53+
Changed
54+
- Minimum Go version is now 1.25
55+
- SQL migration templates no longer include StatementBegin and StatementEnd annotations. These are only needed for complex statements containing semicolons (e.g., stored procedures). See docs for details.
56+
- Various dependency upgrades
57+
Other
58+
- Added formatting for YDB table names to include folder (#1007)
59+
- Fix tests for StarRocks 3.5 (#1024)
60+
- CI improvements (#1000, #1005, #1008)
61+
ReleaseNotesUrl: https://github.com/pressly/goose/releases/tag/v3.27.0
62+
ManifestType: defaultLocale
63+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Pressly.Goose
5+
PackageVersion: 3.27.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)