@@ -12,26 +12,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212- Data sources for storage buckets, users, teams, functions, sites, topics, and webhooks
1313- Schema validators for deployment ` source_type ` , bucket ` compression ` , and function ` name ` /` runtime `
1414- User-Agent header (` terraform-provider-appwrite/<version> ` ) on all API calls
15- - Acceptance tests for function and site deployment resources
16- - Examples and documentation for deployment resources
15+ - Acceptance tests for function and site deployment resources and data sources
1716- ` CHANGELOG.md ` , ` CONTRIBUTING.md ` , ` SECURITY.md ` , and GitHub issue templates
17+ - ` CODEOWNERS ` file and pull request template
1818- ` golangci-lint ` in CI pipeline
19+ - Import support for function and site deployment resources
1920
20- ### Removed
21+ ## [ 1.2.1 ] - 2026-04-17
2122
22- - Empty ` projectvar ` package
23+ ### Fixed
2324
24- ## [ 0.1.0] - 2026-04-12
25+ - Index creation resource handling
26+ - Duplicate example files removed from the repository
27+
28+ ## [ 1.2.0] - 2026-04-17
29+
30+ ### Changed
31+
32+ - Upgraded ` go-sdk ` to ` v3.0.0 ` with webhook field renames
33+
34+ ## [ 1.1.0] - 2026-04-17
35+
36+ ### Added
37+
38+ - Deployment resources for sites and functions
39+ - Documentation and examples for deployment resources
40+
41+ ## [ 1.0.2] - 2026-04-17
42+
43+ ### Changed
44+
45+ - Polished repository README
46+
47+ ### Fixed
48+
49+ - Added ` WaitForColumnAvailable ` preventing column creation errors
50+ - Error handling for self-hosted API limitations
51+
52+ ## [ 1.0.1] - 2026-04-13
53+
54+ ### Changed
55+
56+ - Refactored documentation
57+
58+ ## [ 1.0.0] - 2026-04-12
59+
60+ ### Added
61+
62+ - Resources for functions and sites with their respective variables
63+ - Cleaned up documentation
64+
65+ ## [ 0.0.8] - 2026-04-12
2566
2667### Added
2768
28- - Initial release with 20 resources and 1 data source
29- - Support for TablesDB (databases, tables, columns, indexes, rows)
30- - Support for Storage (buckets, files)
31- - Support for Auth (users, teams)
32- - Support for Functions (functions, variables, deployments)
33- - Support for Sites (sites, variables, deployments)
34- - Support for Messaging (topics, providers, subscribers)
35- - Support for Webhooks and Backup Policies
69+ - Initial release with support for TablesDB, Storage, Auth, Messaging, Webhooks, and Backup Policies
3670- Acceptance tests for all resources
3771- Auto-generated documentation via ` terraform-plugin-docs `
0 commit comments