github.com/fastly/go-fastly@v1.18.0/CHANGELOG.md (about) 1 # Changelog 2 3 ## [v1.18.0](https://github.com/fastly/go-fastly/releases/tag/v1.18.0) (2020-10-28) 4 5 [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.17.0...v1.18.0) 6 7 **Enhancements:** 8 9 - Add SASL fields support for Kafka Logging Endpoint [\#226](https://github.com/fastly/go-fastly/pull/226) 10 11 ## [v1.17.0](https://github.com/fastly/go-fastly/releases/tag/v1.17.0) (2020-07-20) 12 13 [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.16.2...v1.17.0) 14 15 **Enhancements:** 16 17 - Added support to list all datacenters [\#210](https://github.com/fastly/go-fastly/pull/210) 18 19 ## [v1.16.2](https://github.com/fastly/go-fastly/releases/tag/v1.16.2) (2020-07-13) 20 21 [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.16.1...v1.16.2) 22 23 **Bug fixes:** 24 25 - Allow message\_type support for FTP endpoint [\#212](https://github.com/fastly/go-fastly/pull/212) 26 27 ## [v1.16.1](https://github.com/fastly/go-fastly/releases/tag/v1.16.1) (2020-07-07) 28 29 [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.16.0...v1.16.1) 30 31 **Bug fixes:** 32 33 - ci: add GH Action for fmt, vet, staticcheck, test [\#184](https://github.com/fastly/go-fastly/pull/184) 34 35 ## [v1.16.0](https://github.com/fastly/go-fastly/releases/tag/v1.16.0) (2020-06-25) 36 37 [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.15.0...v1.16.0) 38 39 **Enhancements:** 40 41 - Add support for Compute@Edge Packages [\#203](https://github.com/fastly/go-fastly/pull/203) 42 43 ## [v1.15.0](https://github.com/fastly/go-fastly/releases/tag/v1.15.0) (2020-06-04) 44 45 [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.14.0...v1.15.0) 46 47 **Enhancements:** 48 49 - Add PublicKey field to S3 all CRUD actions [\#198](https://github.com/fastly/go-fastly/pull/198) 50 - Add User field to Cloudfiles Updates [\#197](https://github.com/fastly/go-fastly/pull/197) 51 - Remove extraneous Token field from all Kafka CRUD [\#196](https://github.com/fastly/go-fastly/pull/196) 52 - Add Region field to all Scalyr CRUD actions [\#195](https://github.com/fastly/go-fastly/pull/195) 53 - Add MessageType field to all SFTP CRUD actions [\#194](https://github.com/fastly/go-fastly/pull/194) 54 - Add MessageType field to GCS Updates [\#193](https://github.com/fastly/go-fastly/pull/193) 55 56 # Historical Manual Changelog 57 58 All notable changes to this project will be documented in this file. 59 60 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 61 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 62 63 ## [v1.14.0] (2020-05-26) 64 ### Added 65 - ip: Support for accessing Fastly's IPv6 ranges ([#189](https://github.com/fastly/go-fastly/pull/189)). 66 67 ## [v1.13.0] (2020-05-19) 68 ### Added 69 - helpers: Add `NullString` helper ([#187](https://github.com/fastly/go-fastly/pull/187)). 70 71 ## [v1.12.0] (2020-05-15) 72 ### Added 73 - waf: Support for `link` field ([#179](https://github.com/fastly/go-fastly/pull/179)). 74 75 ## [v1.11.0] (2020-05-13) 76 ### Added 77 - test: Updates testing helper for fix fixtures to support macOS ([#177](https://github.com/fastly/go-fastly/pull/177)). 78 - helpers: Add raw access to stats JSON responses ([#176](https://github.com/fastly/go-fastly/pull/176)). 79 - datadog: Add Datadog logging endpoint support ([#182](https://github.com/fastly/go-fastly/pull/182)). 80 - sftp: Add SFTP logging endpoint support ([#175](https://github.com/fastly/go-fastly/pull/175)). 81 - scalyr: Add Scalyr logging endpoint support ([#174](https://github.com/fastly/go-fastly/pull/174)). 82 - pubsub: Add Google Cloud Pub/Sub logging endpoint support ([#173](https://github.com/fastly/go-fastly/pull/173)). 83 - openstack: Add OpenStack logging endpoint support ([#172](https://github.com/fastly/go-fastly/pull/172)). 84 - newrelic: Add New Relic logging endpoint support ([#171](https://github.com/fastly/go-fastly/pull/171)). 85 - logshuttle: Add Log Shuttle logging endpoint support ([#170](https://github.com/fastly/go-fastly/pull/170)). 86 - loggly: Add Loggly logging endpoint support ([#169](https://github.com/fastly/go-fastly/pull/169)). 87 - kafka: Add Kafka logging endpoint support ([#168](https://github.com/fastly/go-fastly/pull/168)). 88 - honeycomb: Add Honeycomb logging endpoint support ([#167](https://github.com/fastly/go-fastly/pull/167)). 89 - heroku: Add Heroku Logplex logging endpoint support ([#166](https://github.com/fastly/go-fastly/pull/166)). 90 - ftp: Update FTP logging endpoint support to include `PublicKey` ([#165](https://github.com/fastly/go-fastly/pull/165)). 91 - elasticsearch: Add Elasticsearch logging endpoint support ([#164](https://github.com/fastly/go-fastly/pull/164)). 92 - digitalocean: Add DigitalOcean Spaces logging endpoint support ([#163](https://github.com/fastly/go-fastly/pull/163)). 93 - rackspace: Add Rackspace Cloud Files logging endpoint support ([#162](https://github.com/fastly/go-fastly/pull/162)). 94 - test: Improve testing experience ([#161](https://github.com/fastly/go-fastly/pull/161)). 95 - doc: Fix typos in `GetRealtimeStats` documentation ([#160](https://github.com/fastly/go-fastly/pull/160)). 96 97 ## [v1.10.0] (2020-04-24) 98 ### Added 99 - tls: Add support for Platform TLS API endpoints ([#154](https://github.com/fastly/go-fastly/pull/154)). 100 101 ## [v1.9.0] (2020-04-23) 102 ### Changed 103 - splunk: Add missing TLS fields to the Splunk logging endpoint ([#156](https://github.com/fastly/go-fastly/pull/156)). 104 - https: Add support for HTTPS logging endpoints ([#155](https://github.com/fastly/go-fastly/pull/155)). 105 106 ## [v1.8.0] (2020-04-21) 107 ### Changed 108 - client: Add NewRealtimeStatsClientForEndpoint API ([#152](https://github.com/fastly/go-fastly/pull/152)). 109 110 ## [v1.7.2] (2020-03-30) 111 ### Changed 112 - client: Allow purge requests to run in parallel ([#147](https://github.com/fastly/go-fastly/pull/147)). 113 114 ## [v1.7.1] (2020-03-24) 115 ### Changed 116 - client: Serialize all non readable requests ([#146](https://github.com/fastly/go-fastly/pull/146)). 117 118 ## [v1.7.0] (2020-02-26) 119 ### Added 120 - user: Support for Fastly's User Management ([#145](https://github.com/fastly/go-fastly/pull/145)). 121 122 ### Changed 123 - purge: Request method for purging an individual URL ([#116](https://github.com/fastly/go-fastly/pull/116)). 124 125 ## [v1.6.0] (2020-02-18) 126 ### Added 127 - s3: Support for `server_side_encryption_kms_key_id` and `server_side_encryption` fields ([#144](https://github.com/fastly/go-fastly/pull/144)). 128 129 ## [v1.5.0] (2020-01-29) 130 ### Added 131 - pool/server: Support for Fastly's Load Balancer ([#142](https://github.com/fastly/go-fastly/pull/142)). 132 133 ## [v1.4.0] (2020-01-06) 134 ### Added 135 - dictionary_info: Support to retrieve metadata for a single dictionary ([#122](https://github.com/fastly/go-fastly/pull/122)). 136 - syslog: Support for `tls_client_cert` and `tls_client_key` fields ([#139](https://github.com/fastly/go-fastly/pull/139)). 137 138 ## [v1.3.0] (2019-10-02) 139 ### Added 140 - vcl_snippets: Support for `hash` type ([#133](https://github.com/fastly/go-fastly/pull/133)). 141 - service: Support for `type` field ([#132](https://github.com/fastly/go-fastly/pull/132)). 142 - token: Support for API tokens ([#131](https://github.com/fastly/go-fastly/pull/131)). 143 144 ### Changed 145 - client: Codebase dependency management from `dep` to Go modules ([#130](https://github.com/fastly/go-fastly/pull/130)). 146 147 ## [v1.2.1] (2019-07-25) 148 ### Added 149 - acl: Constant to represent the maximum number of entries that can be placed within an ACL ([#129](https://github.com/fastly/go-fastly/pull/129)). 150 - dictionary: Constant to represent the maximum number of items that can be placed within an Edge Dictionary ([#129](https://github.com/fastly/go-fastly/pull/129)). 151 152 ## [v1.2.0] (2019-07-24) 153 ### Added 154 - acl: Support for Create, Delete and Update BatchOperations ([#126](https://github.com/fastly/go-fastly/pull/126)). 155 156 ## [v1.1.0] (2019-07-22) 157 ### Added 158 - dictionary: Support for Create, Delete, Update and Upsert BatchOperations ([#125](https://github.com/fastly/go-fastly/pull/125)). 159 160 ## [v1.0.0] (2019-06-14) 161 ### Added 162 - bigquery: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)). 163 - ftp: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)). 164 - gcs: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)). 165 - papertrail: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)). 166 - backend: Support for `override_host` field ([#120](https://github.com/fastly/go-fastly/pull/120)). 167 - backend: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 168 - cache_setting: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 169 - condition: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 170 - domain: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 171 - gcs: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 172 - gzip: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 173 - header: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 174 - health_check: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 175 - request_setting: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 176 - response_object: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 177 - vcl: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 178 - version: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 179 180 ### Changed 181 - bigquery: Function signature to list all of the BigQuery logging objects ([#97](https://github.com/fastly/go-fastly/pull/97)). 182 - acl: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 183 - acl_entry: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 184 - dictionary: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 185 - dictionary_item: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 186 - director: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 187 - event_logs: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 188 - service: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 189 - vcl_snippets: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)). 190 191 ## [v0.4.3] (2019-05-24) 192 ### Added 193 - waf: Support for OWASP ([74c03ce](https://github.com/fastly/go-fastly/commit/74c03cec4549738bb1fc20fd881fbd9c750f6928), [cf4b60f](https://github.com/fastly/go-fastly/commit/cf4b60fa9e61358753b9cafa4481adc5977d8432), [cee4e1d](https://github.com/fastly/go-fastly/commit/cee4e1df35a27e507ef0809991fe8ffb462a94d4)). 194 - waf: Support for rules ([34f0b9f](https://github.com/fastly/go-fastly/commit/34f0b9f50526c1a4fb0a866d363dd089cd628a7c), [c1e80fc](https://github.com/fastly/go-fastly/commit/c1e80fc42a3d4c7d85ece91b682cd2db602c4df7)). 195 - waf: Support for rule sets ([a3cdd36](https://github.com/fastly/go-fastly/commit/a3cdd3621d72750658d3bdb988576e3401dc50f9), [bb50c5a](https://github.com/fastly/go-fastly/commit/bb50c5a9265476ce3a4161f450f6055478b84b7e)). 196 - loggers: Support for `placement` field ([22a781b](https://github.com/fastly/go-fastly/commit/22a781b35924ba511bda44a21d1d240026b7cf8c), [#88](https://github.com/fastly/go-fastly/pull/88), [#89](https://github.com/fastly/go-fastly/pull/89), [#92](https://github.com/fastly/go-fastly/pull/92)). 197 - waf: Support for rule statuses ([41be101](https://github.com/fastly/go-fastly/commit/41be101a60f72090a9e0f2da6f9916b1d3e9fc2b), [959f73b](https://github.com/fastly/go-fastly/commit/959f73bf50b63ce73e705ccee25003af983e9306), [9ac3984](https://github.com/fastly/go-fastly/commit/9ac3984c0bed8a2d459c86798caa82379a4ad64e), [f07eebf](https://github.com/fastly/go-fastly/commit/f07eebff0c9f1de723e4f09e5c6e34708ad895df), [629aea3](https://github.com/fastly/go-fastly/commit/629aea38479bd207a6e65db6eaf5b0012df665f7), [7c0a4cb](https://github.com/fastly/go-fastly/commit/7c0a4cb048d5f81fb4bfc62e116c4c58771a4dfc), [8dea9d3](https://github.com/fastly/go-fastly/commit/8dea9d3d6c37cb795edd3c90ceca2185de6f7411), [d0959bb](https://github.com/fastly/go-fastly/commit/d0959bbb9d7014852a2d156ca4f781f8b85af0f6), [787809f](https://github.com/fastly/go-fastly/commit/787809f40a2c2e1f22bda069461a570ef5c0b3c7), [313dc49](https://github.com/fastly/go-fastly/commit/313dc494e149a53cee03f858d197a8cc40bebee0), [10e52ed](https://github.com/fastly/go-fastly/commit/10e52edcd71b88cb15195ee5380f77a149089e94), [ad02a14](https://github.com/fastly/go-fastly/commit/ad02a140be06849fe79c56cb1b1da5bf9825118d)). 198 - waf: Support for configuration sets ([572ae53](https://github.com/fastly/go-fastly/commit/572ae535464793fddb5f393ec82f69051a747227)). 199 - bigquery: Support for BigQuery ([c4d7e54](https://github.com/fastly/go-fastly/commit/c4d7e54baa4a84f2e6c897ee59aeac24a4c33a9d), [ba3228c](https://github.com/fastly/go-fastly/commit/ba3228c61ddc08f8f76c348e50bafc5c389e8d30), [a5ccfe9](https://github.com/fastly/go-fastly/commit/a5ccfe98e321b197af0205f7cb45c52a913f725b), [d9957b4](https://github.com/fastly/go-fastly/commit/d9957b462a473c7a535288cbb8fccb643a34aa59), [cd9a5e6](https://github.com/fastly/go-fastly/commit/cd9a5e6c218407189f76dc13d74ab5fb59868671), [#81](https://github.com/fastly/go-fastly/pull/81)). 200 - event_logs: Support for event logs ([2a7fdb8](https://github.com/fastly/go-fastly/commit/2a7fdb8643082c66ee2fc248dd7aa8610b91a109), [dc37f61](https://github.com/fastly/go-fastly/commit/dc37f61f9f8392895cf4051bdeefef039f2c106f), [f833123](https://github.com/fastly/go-fastly/commit/f833123061198183771036c847988f143846f717), [6c902bc](https://github.com/fastly/go-fastly/commit/6c902bc3064338335a8eba4f301c039239309e52), [f771fa0](https://github.com/fastly/go-fastly/commit/f771fa072e71dd535853d2a52e999af90070d2af), [c7f7044](https://github.com/fastly/go-fastly/commit/c7f7044614055db8d79a1333c5d2ade78f1be0ea), [cee4e1d](https://github.com/fastly/go-fastly/commit/cee4e1df35a27e507ef0809991fe8ffb462a94d4), [10d525c](https://github.com/fastly/go-fastly/commit/10d525c164a3f6760f47ab43da8c895f7713c25c)). 201 - dictionary_item: Support to create multiple items ([a162398](https://github.com/fastly/go-fastly/commit/a162398362d3a967cdc5518190344b16b5421060)). 202 - vcl_snippets: Support for VCL snippets ([#80](https://github.com/fastly/go-fastly/pull/80), [#82](https://github.com/fastly/go-fastly/pull/82/files), [#84](https://github.com/fastly/go-fastly/pull/84), [#85](https://github.com/fastly/go-fastly/pull/85), [#96](https://github.com/fastly/go-fastly/pull/96)). 203 - acl: Support for `deleted_at`, `created_at`, and `updated_at` fields ([#86](https://github.com/fastly/go-fastly/pull/86)). 204 - acl_entry: Support for `deleted_at`, `created_at`, and `updated_at` fields ([#86](https://github.com/fastly/go-fastly/pull/86)). 205 - backend: Support for `comment` field ([#86](https://github.com/fastly/go-fastly/pull/86)). 206 - condition: Support for `name` and `comment` fields ([#86](https://github.com/fastly/go-fastly/pull/86)). 207 - dictionary: Support for `write_only` field ([#86](https://github.com/fastly/go-fastly/pull/86)). 208 - director: Support for `shield`, `name`, `deleted_at`, `created_at`, and `updated_at` fields ([#86](https://github.com/fastly/go-fastly/pull/86)). 209 - health_check: Support for `comment` field ([#86](https://github.com/fastly/go-fastly/pull/86)). 210 - service: Support to list the domains within a service ([#90](https://github.com/fastly/go-fastly/pull/90)). 211 - vcl: Support for `main` field ([#93](https://github.com/fastly/go-fastly/pull/93)). 212 - version: Support for `comment` field ([#103](https://github.com/fastly/go-fastly/pull/103)). 213 - splunk: Support for Splunk ([#101](https://github.com/fastly/go-fastly/pull/101)). 214 - blobstorage: Support for Azure Blob Storage ([#99](https://github.com/fastly/go-fastly/pull/99)). 215 - settings: Support for `stale_if_error` and `stale_if_error_ttl` fields ([#104](https://github.com/fastly/go-fastly/pull/104)). 216 217 ### Changed 218 - dictionary: Response struct to align with API ([6a8a1c6](https://github.com/fastly/go-fastly/commit/6a8a1c62e61097da752bae838375cb139f4e9cc3)). 219 - dictionary_item: Response struct to align with API ([7d31c4a](https://github.com/fastly/go-fastly/commit/7d31c4aa34ef904f4426ef8af4be915c2c373e70)). 220 - user-agent: client.go and fixtures to reference fastly in the user-agent ([#109](https://github.com/fastly/go-fastly/pull/113). 221 222 ### Removed 223 - domain: `locked` field ([#86](https://github.com/fastly/go-fastly/pull/86)). 224 225 ### Fixed 226 - request: URL encoding for names ([8b3e2d6](https://github.com/fastly/go-fastly/commit/8b3e2d653b2d4a32ecbd050056370c95e9f6cbd8)). 227 - condition: Request struct for updating ([1fe3fda](https://github.com/fastly/go-fastly/commit/1fe3fda765dcbc8d75d0e2e501a2c326a0b6fafb)). 228 229 ## [v0.4.2] (2017-09-05) 230 ### Added 231 - logentries: Support for `format_version` field ([#50](https://github.com/fastly/go-fastly/pull/50)). 232 - gcs: Support for `message_type` field ([#52](https://github.com/fastly/go-fastly/pull/52)). 233 - waf: Support for firewall ([216f9cb](https://github.com/fastly/go-fastly/commit/216f9cb6a92bc6e3c4653b7ebc9206f78a80d69b), [c6feafe](https://github.com/fastly/go-fastly/commit/c6feafe0fc5ed2b74bef9d3105f2f20c6197b19e), [50fef06](https://github.com/fastly/go-fastly/commit/50fef061051d188edcc37749a108fc6d025e495c)). 234 235 ## [v0.4.1] (2017-08-07) 236 ### Added 237 - syslog: Support for `hostname`, `ipv4`, `tls_hostname`, and `message_type` fields ([2b863da](https://github.com/fastly/go-fastly/commit/2b863da88fc1033a68538ccdc5c9dc82fa52681f)). 238 239 ## [v0.4.0] (2017-07-27) 240 ### Added 241 - realtime_stats: Support for real-time analytics ([#48](https://github.com/fastly/go-fastly/pull/48)). 242 243 ### Changed 244 - acl: Names of all types, functions, and variables to follow Go standards ([#46](https://github.com/fastly/go-fastly/pull/46)). 245 246 ### Fixed 247 - condition: URL encoding for forward slashes ([3d6dabb](https://github.com/fastly/go-fastly/commit/3d6dabb37bd2df7195d28aef08b1edd98895b960)). 248 249 ## [v0.3.0] (2017-07-19) 250 251 - Initial tagged release 252 253 [v1.14.0]: https://github.com/fastly/go-fastly/compare/v1.13.0...v1.14.0 254 [v1.13.0]: https://github.com/fastly/go-fastly/compare/v1.12.0...v1.13.0 255 [v1.12.0]: https://github.com/fastly/go-fastly/compare/v1.11.0...v1.12.0 256 [v1.11.0]: https://github.com/fastly/go-fastly/compare/v1.10.0...v1.11.0 257 [v1.10.0]: https://github.com/fastly/go-fastly/compare/v1.9.0...v1.10.0 258 [v1.9.0]: https://github.com/fastly/go-fastly/compare/v1.8.0...v1.9.0 259 [v1.8.0]: https://github.com/fastly/go-fastly/compare/v1.7.2...v1.8.0 260 [v1.7.2]: https://github.com/fastly/go-fastly/compare/v1.7.1...v1.7.2 261 [v1.7.1]: https://github.com/fastly/go-fastly/compare/v1.7.0...v1.7.1 262 [v1.7.0]: https://github.com/fastly/go-fastly/compare/v1.6.0...v1.7.0 263 [v1.6.0]: https://github.com/fastly/go-fastly/compare/v1.5.0...v1.6.0 264 [v1.5.0]: https://github.com/fastly/go-fastly/compare/v1.4.0...v1.5.0 265 [v1.4.0]: https://github.com/fastly/go-fastly/compare/v1.3.0...v1.4.0 266 [v1.3.0]: https://github.com/fastly/go-fastly/compare/v1.2.1...v1.3.0 267 [v1.2.1]: https://github.com/fastly/go-fastly/compare/v1.2.0...v1.2.1 268 [v1.2.0]: https://github.com/fastly/go-fastly/compare/v1.1.0...v1.2.0 269 [v1.1.0]: https://github.com/fastly/go-fastly/compare/v1.0.0...v1.1.0 270 [v1.0.0]: https://github.com/fastly/go-fastly/compare/v0.4.3...v1.0.0 271 [v0.4.3]: https://github.com/fastly/go-fastly/compare/v0.4.2...v0.4.3 272 [v0.4.2]: https://github.com/fastly/go-fastly/compare/v0.4.1...v0.4.2 273 [v0.4.1]: https://github.com/fastly/go-fastly/compare/v0.4.0...v0.4.1 274 [v0.4.0]: https://github.com/fastly/go-fastly/compare/v0.3.0...v0.4.0 275 [v0.3.0]: https://github.com/fastly/go-fastly/releases/tag/v0.3.0 276 277 278 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*