github.com/fastly/go-fastly/v5@v5.3.0/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  ## [v5.3.0](https://github.com/fastly/go-fastly/releases/tag/v5.3.0) (2022-01-10)
     4  
     5  [Full Changelog](https://github.com/fastly/go-fastly/compare/v5.2.0...v5.3.0)
     6  
     7  **Enhancements:**
     8  
     9  - Add pagination support for `GET /service` endpoint [#326](https://github.com/fastly/go-fastly/pull/326)
    10  
    11  ## [v5.2.0](https://github.com/fastly/go-fastly/releases/tag/v5.2.0) (2022-01-07)
    12  
    13  [Full Changelog](https://github.com/fastly/go-fastly/compare/v5.1.3...v5.2.0)
    14  
    15  **Enhancements:**
    16  
    17  - Bump deps to side-step `gopkg.in/yaml.v2` security vulnerability [#323](https://github.com/fastly/go-fastly/pull/323)
    18  - Add support for `modsec_rule_id` filter parameter [#322](https://github.com/fastly/go-fastly/pull/322)
    19  - Add support for Link header pagination [#321](https://github.com/fastly/go-fastly/pull/321)
    20  
    21  ## [v5.1.3](https://github.com/fastly/go-fastly/releases/tag/v5.1.3) (2021-12-03)
    22  
    23  [Full Changelog](https://github.com/fastly/go-fastly/compare/v5.1.2...v5.1.3)
    24  
    25  **Bug fixes:**
    26  
    27  - Do not omit zero int values on create operations [#318](https://github.com/fastly/go-fastly/pull/318)
    28  - Fix `len < 0` in test: len cannot return negative values [#319](https://github.com/fastly/go-fastly/pull/319)
    29  
    30  ## [v5.1.2](https://github.com/fastly/go-fastly/releases/tag/v5.1.2) (2021-11-04)
    31  
    32  [Full Changelog](https://github.com/fastly/go-fastly/compare/v5.1.1...v5.1.2)
    33  
    34  **Bug fixes:**
    35  
    36  - Use pointer for `subnet` field [#316](https://github.com/fastly/go-fastly/pull/316)
    37  - Replace form dependency with google's go-querystring [#315](https://github.com/fastly/go-fastly/pull/315)
    38  
    39  ## [v5.1.1](https://github.com/fastly/go-fastly/releases/tag/v5.1.1) (2021-10-11)
    40  
    41  [Full Changelog](https://github.com/fastly/go-fastly/compare/v5.1.0...v5.1.1)
    42  
    43  **Bug fixes:**
    44  
    45  - Manually fill `ActiveVersion` value in `GetService` [#312](https://github.com/fastly/go-fastly/pull/312)
    46  
    47  ## [v5.1.0](https://github.com/fastly/go-fastly/releases/tag/v5.1.0) (2021-10-05)
    48  
    49  [Full Changelog](https://github.com/fastly/go-fastly/compare/v5.0.0...v5.1.0)
    50  
    51  **Enhancements:**
    52  
    53  - Add `UseTLS` field for Splunk logging [#309](https://github.com/fastly/go-fastly/pull/309)
    54  
    55  ## [v5.0.0](https://github.com/fastly/go-fastly/releases/tag/v5.0.0) (2021-09-23)
    56  
    57  [Full Changelog](https://github.com/fastly/go-fastly/compare/v4.0.0...v5.0.0)
    58  
    59  **Breaking**:
    60  
    61  - Switch from `bool` to `Compatibool` for ACL entries [#307](https://github.com/fastly/go-fastly/pull/307)
    62  
    63  ## [v4.0.0](https://github.com/fastly/go-fastly/releases/tag/v4.0.0) (2021-09-21)
    64  
    65  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.12.0...v4.0.0)
    66  
    67  **Breaking**:
    68  
    69  - Change Backend `SSLCiphers` field from `[]string` to `string` [#304](https://github.com/fastly/go-fastly/pull/304)
    70  
    71  **Bug fixes:**
    72  
    73  - Fix issues with serialising x-www-form-urlencoded data [#304](https://github.com/fastly/go-fastly/pull/304)
    74  
    75  ## [v3.12.0](https://github.com/fastly/go-fastly/releases/tag/v3.12.0) (2021-09-15)
    76  
    77  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.11.0...v3.12.0)
    78  
    79  **Enhancements:**
    80  
    81  - Implement `DELETE /tokens` (bulk token deletion) API [#302](https://github.com/fastly/go-fastly/pull/302)
    82  
    83  ## [v3.11.0](https://github.com/fastly/go-fastly/releases/tag/v3.11.0) (2021-09-15)
    84  
    85  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.10.0...v3.11.0)
    86  
    87  **Enhancements:**
    88  
    89  - Implement user password reset [#300](https://github.com/fastly/go-fastly/pull/300)
    90  
    91  ## [v3.10.0](https://github.com/fastly/go-fastly/releases/tag/v3.10.0) (2021-09-13)
    92  
    93  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.5...v3.10.0)
    94  
    95  **Enhancements:**
    96  
    97  - Add domain validation API [#298](https://github.com/fastly/go-fastly/pull/298)
    98  
    99  ## [v3.9.5](https://github.com/fastly/go-fastly/releases/tag/v3.9.5) (2021-09-08)
   100  
   101  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.4...v3.9.5)
   102  
   103  **Bug fixes:**
   104  
   105  - Allow creating dynamic VCL snippets with empty content [#296](https://github.com/fastly/go-fastly/pull/296)
   106  
   107  ## [v3.9.4](https://github.com/fastly/go-fastly/releases/tag/v3.9.4) (2021-09-07)
   108  
   109  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.3...v3.9.4)
   110  
   111  **Enhancements:**
   112  
   113  - Add region support for NewRelic logging endpoint [#292](https://github.com/fastly/go-fastly/pull/292)
   114  
   115  **Bug fixes:**
   116  
   117  - Remove `omitempty` from `SSLCheckCert` field [#294](https://github.com/fastly/go-fastly/pull/294)
   118  
   119  **Documentation:**
   120  
   121  - Correct indentation in README code example [#293](https://github.com/fastly/go-fastly/pull/293)
   122  
   123  ## [v3.9.3](https://github.com/fastly/go-fastly/releases/tag/v3.9.3) (2021-07-23)
   124  
   125  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.2...v3.9.3)
   126  
   127  **Bug fixes:**
   128  
   129  - ACL entry `Subnet` field should be integer type (missed references) [#290](https://github.com/fastly/go-fastly/pull/290)
   130  
   131  ## [v3.9.2](https://github.com/fastly/go-fastly/releases/tag/v3.9.2) (2021-07-23)
   132  
   133  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.1...v3.9.2)
   134  
   135  **Bug fixes:**
   136  
   137  - ACL entry `Subnet` field should be integer type [#288](https://github.com/fastly/go-fastly/pull/288)
   138  
   139  ## [v3.9.1](https://github.com/fastly/go-fastly/releases/tag/v3.9.1) (2021-07-21)
   140  
   141  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.0...v3.9.1)
   142  
   143  **Bug fixes:**
   144  
   145  - `omitempty` should be set for ContentTypes and Extensions [#282](https://github.com/fastly/go-fastly/pull/282)
   146  - Check pointer struct type isn't nil before referencing its fields [#286](https://github.com/fastly/go-fastly/pull/286)
   147  
   148  ## [v3.9.0](https://github.com/fastly/go-fastly/releases/tag/v3.9.0) (2021-06-29)
   149  
   150  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.8.0...v3.9.0)
   151  
   152  **Enhancements:**
   153  
   154  - Batch Surrogate-Key purge [\#284](https://github.com/fastly/go-fastly/pull/284)
   155  
   156  ## [v3.8.0](https://github.com/fastly/go-fastly/releases/tag/v3.8.0) (2021-06-28)
   157  
   158  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.7.0...v3.8.0)
   159  
   160  **Enhancements:**
   161  
   162  - Update VCL snippets to more closely align with API [\#281](https://github.com/fastly/go-fastly/pull/281)
   163  
   164  ## [v3.7.0](https://github.com/fastly/go-fastly/releases/tag/v3.7.0) (2021-06-10)
   165  
   166  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.6.0...v3.7.0)
   167  
   168  **Enhancements:**
   169  
   170  - Add S3 Logging ACL parameter and add Redundancy options [\#279](https://github.com/fastly/go-fastly/pull/279)
   171  - Add HTTP `206 Partial Content` to stats [\#277](https://github.com/fastly/go-fastly/pull/277)
   172  
   173  ## [v3.6.0](https://github.com/fastly/go-fastly/releases/tag/v3.6.0) (2021-04-15)
   174  
   175  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.5.0...v3.6.0)
   176  
   177  **Enhancements:**
   178  
   179  - Fix testing behavior for logging endpoints the support compression [\#271](https://github.com/fastly/go-fastly/pull/271)
   180  
   181  ## [v3.5.0](https://github.com/fastly/go-fastly/releases/tag/v3.5.0) (2021-04-06)
   182  
   183  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.4.1...v3.5.0)
   184  
   185  **Enhancements:**
   186  
   187  - Support usage of IAM role in S3 and Kinesis logging endpoints [\#269](https://github.com/fastly/go-fastly/pull/269)
   188  
   189  ## [v3.4.1](https://github.com/fastly/go-fastly/releases/tag/v3.4.1) (2021-03-25)
   190  
   191  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.4.0...v3.4.1)
   192  
   193  **Bug fixes:**
   194  
   195  - Purge with Soft=true bug [\#266](https://github.com/fastly/go-fastly/issues/266)
   196  - Initialise Headers map to avoid runtime panic when purging. [\#267](https://github.com/fastly/go-fastly/pull/267)
   197  
   198  **Closed issues:**
   199  
   200  - Potentially misleading comment in README.md [\#260](https://github.com/fastly/go-fastly/issues/260)
   201  
   202  ## [v3.4.0](https://github.com/fastly/go-fastly/releases/tag/v3.4.0) (2021-02-18)
   203  
   204  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.3.0...v3.4.0)
   205  
   206  **Enhancements:**
   207  
   208  - Add PATCH endpoint for TLS Subscriptions [\#262](https://github.com/fastly/go-fastly/pull/262)
   209  
   210  ## [v3.3.0](https://github.com/fastly/go-fastly/releases/tag/v3.3.0) (2021-02-15)
   211  
   212  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.2.0...v3.3.0)
   213  
   214  **Enhancements:**
   215  
   216  - Updates needed to support Terraform TLS resources [\#259](https://github.com/fastly/go-fastly/pull/259)
   217  
   218  ## [v3.2.0](https://github.com/fastly/go-fastly/releases/tag/v3.2.0) (2021-02-04)
   219  
   220  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.1.0...v3.2.0)
   221  
   222  **Enhancements:**
   223  
   224  - Add more support for compression\_codec to logging endpoints [\#257](https://github.com/fastly/go-fastly/pull/257)
   225  
   226  ## [v3.1.0](https://github.com/fastly/go-fastly/releases/tag/v3.1.0) (2021-01-28)
   227  
   228  [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.0.0...v3.1.0)
   229  
   230  **Enhancements:**
   231  
   232  - Add support for file\_max\_bytes configuration for azure logging endpoint [\#255](https://github.com/fastly/go-fastly/pull/255)
   233  
   234  ## [v3.0.0](https://github.com/fastly/go-fastly/releases/tag/v3.0.0) (2021-01-19)
   235  
   236  [Full Changelog](https://github.com/fastly/go-fastly/compare/v2.1.0...v3.0.0)
   237  
   238  **Enhancements:**
   239  
   240  - Strip TLS prefix from TLS struct fields [\#250](https://github.com/fastly/go-fastly/pull/250)
   241  - Avoid generic ID field when more explicit naming would be clearer [\#247](https://github.com/fastly/go-fastly/pull/247)
   242  - Update Test Fixtures [\#245](https://github.com/fastly/go-fastly/pull/245)
   243  - Add region support to logentries logging endpoint [\#243](https://github.com/fastly/go-fastly/pull/243)
   244  - Add basic managed logging endpoint support to go-fastly [\#241](https://github.com/fastly/go-fastly/pull/241)
   245  - Create new error abstraction for field validation [\#239](https://github.com/fastly/go-fastly/pull/239)
   246  
   247  **Bug fixes:**
   248  
   249  - NewName should be optional [\#252](https://github.com/fastly/go-fastly/pull/252)
   250  - Dictionary ItemValue isn't optional [\#251](https://github.com/fastly/go-fastly/pull/251)
   251  - Ensure consistent naming for ServiceID \(fixes missed references\) [\#249](https://github.com/fastly/go-fastly/pull/249)
   252  - Update to RequestMaxBytes to align with updated API and regenerate fixtures [\#248](https://github.com/fastly/go-fastly/pull/248)
   253  - Cleanup naming of Kinesis to be more consistent. [\#246](https://github.com/fastly/go-fastly/pull/246)
   254  - Reword expected error message based on API changes [\#244](https://github.com/fastly/go-fastly/pull/244)
   255  
   256  **Closed issues:**
   257  
   258  - Remove uninitialized ActiveVersion field from Service struct? [\#242](https://github.com/fastly/go-fastly/issues/242)
   259  - Cache setting is missing the 'deliver' action [\#136](https://github.com/fastly/go-fastly/issues/136)
   260  
   261  ## [v2.1.0](https://github.com/fastly/go-fastly/releases/tag/v2.1.0) (2020-12-11)
   262  
   263  [Full Changelog](https://github.com/fastly/go-fastly/compare/v2.0.0...v2.1.0)
   264  
   265  **Enhancements:**
   266  
   267  - Add support for TLS client and batch size options for splunk [\#236](https://github.com/fastly/go-fastly/pull/236)
   268  - Add support for compression\_codec to logging file sink endpoints [\#235](https://github.com/fastly/go-fastly/pull/235)
   269  - Add support for Kinesis logging endpoint [\#234](https://github.com/fastly/go-fastly/pull/234)
   270  - Add SASL fields support for Kafka Logging Endpoint [\#226](https://github.com/fastly/go-fastly/pull/226)
   271  - Custom TLS API  [\#225](https://github.com/fastly/go-fastly/pull/225)
   272  
   273  **Closed issues:**
   274  
   275  - Any plan to add custom TLS certificates? [\#224](https://github.com/fastly/go-fastly/issues/224)
   276  
   277  ## [v2.0.0](https://github.com/fastly/go-fastly/releases/tag/v2.0.0) (2020-11-17)
   278  
   279  [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.18.0...v2.0.0)
   280  
   281  **Enhancements:**
   282  
   283  - v2 [\#230](https://github.com/fastly/go-fastly/pull/230)
   284  
   285  **Closed issues:**
   286  
   287  - Fails to Parse Historic Stats when no Service Provided [\#214](https://github.com/fastly/go-fastly/issues/214)
   288  
   289  ## [v1.18.0](https://github.com/fastly/go-fastly/releases/tag/v1.18.0) (2020-10-28)
   290  
   291  [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.17.0...v1.18.0)
   292  
   293  ## [v1.17.0](https://github.com/fastly/go-fastly/releases/tag/v1.17.0) (2020-07-20)
   294  
   295  [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.16.2...v1.17.0)
   296  
   297  **Enhancements:**
   298  
   299  - Added support to list all datacenters [\#210](https://github.com/fastly/go-fastly/pull/210)
   300  
   301  ## [v1.16.2](https://github.com/fastly/go-fastly/releases/tag/v1.16.2) (2020-07-13)
   302  
   303  [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.16.1...v1.16.2)
   304  
   305  **Bug fixes:**
   306  
   307  - Allow message\_type support for FTP endpoint [\#212](https://github.com/fastly/go-fastly/pull/212)
   308  
   309  ## [v1.16.1](https://github.com/fastly/go-fastly/releases/tag/v1.16.1) (2020-07-07)
   310  
   311  [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.16.0...v1.16.1)
   312  
   313  **Bug fixes:**
   314  
   315  - ci: add GH Action for fmt, vet, staticcheck, test [\#184](https://github.com/fastly/go-fastly/pull/184)
   316  
   317  ## [v1.16.0](https://github.com/fastly/go-fastly/releases/tag/v1.16.0) (2020-06-25)
   318  
   319  [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.15.0...v1.16.0)
   320  
   321  **Enhancements:**
   322  
   323  - Add support for Compute@Edge Packages [\#203](https://github.com/fastly/go-fastly/pull/203)
   324  
   325  ## [v1.15.0](https://github.com/fastly/go-fastly/releases/tag/v1.15.0) (2020-06-04)
   326  
   327  [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.14.0...v1.15.0)
   328  
   329  **Enhancements:**
   330  
   331  - Add PublicKey field to S3 all CRUD actions [\#198](https://github.com/fastly/go-fastly/pull/198)
   332  - Add User field to Cloudfiles Updates [\#197](https://github.com/fastly/go-fastly/pull/197)
   333  - Remove extraneous Token field from all Kafka CRUD [\#196](https://github.com/fastly/go-fastly/pull/196)
   334  - Add Region field to all Scalyr CRUD actions [\#195](https://github.com/fastly/go-fastly/pull/195)
   335  - Add MessageType field to all SFTP CRUD actions [\#194](https://github.com/fastly/go-fastly/pull/194)
   336  - Add MessageType field to GCS Updates [\#193](https://github.com/fastly/go-fastly/pull/193)
   337  
   338  # Historical Manual Changelog
   339  
   340  All notable changes to this project will be documented in this file.
   341  
   342  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
   343  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
   344  
   345  ## [v1.14.0] (2020-05-26)
   346  ### Added
   347  - ip: Support for accessing Fastly's IPv6 ranges ([#189](https://github.com/fastly/go-fastly/pull/189)).
   348  
   349  ## [v1.13.0] (2020-05-19)
   350  ### Added
   351  - helpers: Add `NullString` helper ([#187](https://github.com/fastly/go-fastly/pull/187)).
   352  
   353  ## [v1.12.0] (2020-05-15)
   354  ### Added
   355  - waf: Support for `link` field ([#179](https://github.com/fastly/go-fastly/pull/179)).
   356  
   357  ## [v1.11.0] (2020-05-13)
   358  ### Added
   359  - test: Updates testing helper for fix fixtures to support macOS ([#177](https://github.com/fastly/go-fastly/pull/177)).
   360  - helpers: Add raw access to stats JSON responses ([#176](https://github.com/fastly/go-fastly/pull/176)).
   361  - datadog: Add Datadog logging endpoint support ([#182](https://github.com/fastly/go-fastly/pull/182)).
   362  - sftp: Add SFTP logging endpoint support ([#175](https://github.com/fastly/go-fastly/pull/175)).
   363  - scalyr: Add Scalyr logging endpoint support ([#174](https://github.com/fastly/go-fastly/pull/174)).
   364  - pubsub: Add Google Cloud Pub/Sub logging endpoint support ([#173](https://github.com/fastly/go-fastly/pull/173)).
   365  - openstack: Add OpenStack logging endpoint support ([#172](https://github.com/fastly/go-fastly/pull/172)).
   366  - newrelic: Add New Relic logging endpoint support ([#171](https://github.com/fastly/go-fastly/pull/171)).
   367  - logshuttle: Add Log Shuttle logging endpoint support ([#170](https://github.com/fastly/go-fastly/pull/170)).
   368  - loggly: Add Loggly logging endpoint support ([#169](https://github.com/fastly/go-fastly/pull/169)).
   369  - kafka: Add Kafka logging endpoint support ([#168](https://github.com/fastly/go-fastly/pull/168)).
   370  - honeycomb: Add Honeycomb logging endpoint support ([#167](https://github.com/fastly/go-fastly/pull/167)).
   371  - heroku: Add Heroku Logplex logging endpoint support ([#166](https://github.com/fastly/go-fastly/pull/166)).
   372  - ftp: Update FTP logging endpoint support to include `PublicKey` ([#165](https://github.com/fastly/go-fastly/pull/165)).
   373  - elasticsearch: Add Elasticsearch logging endpoint support ([#164](https://github.com/fastly/go-fastly/pull/164)).
   374  - digitalocean: Add DigitalOcean Spaces logging endpoint support ([#163](https://github.com/fastly/go-fastly/pull/163)).
   375  - rackspace: Add Rackspace Cloud Files logging endpoint support ([#162](https://github.com/fastly/go-fastly/pull/162)).
   376  - test: Improve testing experience ([#161](https://github.com/fastly/go-fastly/pull/161)).
   377  - doc: Fix typos in `GetRealtimeStats` documentation ([#160](https://github.com/fastly/go-fastly/pull/160)).
   378  
   379  ## [v1.10.0] (2020-04-24)
   380  ### Added
   381  - tls: Add support for Platform TLS API endpoints ([#154](https://github.com/fastly/go-fastly/pull/154)).
   382  
   383  ## [v1.9.0] (2020-04-23)
   384  ### Changed
   385  - splunk: Add missing TLS fields to the Splunk logging endpoint ([#156](https://github.com/fastly/go-fastly/pull/156)).
   386  - https: Add support for HTTPS logging endpoints ([#155](https://github.com/fastly/go-fastly/pull/155)).
   387  
   388  ## [v1.8.0] (2020-04-21)
   389  ### Changed
   390  - client: Add NewRealtimeStatsClientForEndpoint API ([#152](https://github.com/fastly/go-fastly/pull/152)).
   391  
   392  ## [v1.7.2] (2020-03-30)
   393  ### Changed
   394  - client: Allow purge requests to run in parallel ([#147](https://github.com/fastly/go-fastly/pull/147)).
   395  
   396  ## [v1.7.1] (2020-03-24)
   397  ### Changed
   398  - client: Serialize all non readable requests ([#146](https://github.com/fastly/go-fastly/pull/146)).
   399  
   400  ## [v1.7.0] (2020-02-26)
   401  ### Added
   402  - user: Support for Fastly's User Management ([#145](https://github.com/fastly/go-fastly/pull/145)).
   403  
   404  ### Changed
   405  - purge: Request method for purging an individual URL ([#116](https://github.com/fastly/go-fastly/pull/116)).
   406  
   407  ## [v1.6.0] (2020-02-18)
   408  ### Added
   409  - s3: Support for `server_side_encryption_kms_key_id` and `server_side_encryption` fields ([#144](https://github.com/fastly/go-fastly/pull/144)).
   410  
   411  ## [v1.5.0] (2020-01-29)
   412  ### Added
   413  - pool/server: Support for Fastly's Load Balancer ([#142](https://github.com/fastly/go-fastly/pull/142)).
   414  
   415  ## [v1.4.0] (2020-01-06)
   416  ### Added
   417  - dictionary_info: Support to retrieve metadata for a single dictionary ([#122](https://github.com/fastly/go-fastly/pull/122)).
   418  - syslog: Support for `tls_client_cert` and `tls_client_key` fields ([#139](https://github.com/fastly/go-fastly/pull/139)).
   419  
   420  ## [v1.3.0] (2019-10-02)
   421  ### Added
   422  - vcl_snippets: Support for `hash` type ([#133](https://github.com/fastly/go-fastly/pull/133)).
   423  - service: Support for `type` field ([#132](https://github.com/fastly/go-fastly/pull/132)).
   424  - token: Support for API tokens ([#131](https://github.com/fastly/go-fastly/pull/131)).
   425  
   426  ### Changed
   427  - client: Codebase dependency management from `dep` to Go modules ([#130](https://github.com/fastly/go-fastly/pull/130)).
   428  
   429  ## [v1.2.1] (2019-07-25)
   430  ### Added
   431  - 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)).
   432  - 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)).
   433  
   434  ## [v1.2.0] (2019-07-24)
   435  ### Added
   436  - acl: Support for Create, Delete and Update BatchOperations ([#126](https://github.com/fastly/go-fastly/pull/126)).
   437  
   438  ## [v1.1.0] (2019-07-22)
   439  ### Added
   440  - dictionary: Support for Create, Delete, Update and Upsert BatchOperations ([#125](https://github.com/fastly/go-fastly/pull/125)).
   441  
   442  ## [v1.0.0] (2019-06-14)
   443  ### Added
   444  - bigquery: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)).
   445  - ftp: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)).
   446  - gcs: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)).
   447  - papertrail: Support for `format_version` field ([#97](https://github.com/fastly/go-fastly/pull/97)).
   448  - backend: Support for `override_host` field ([#120](https://github.com/fastly/go-fastly/pull/120)).
   449  - backend: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   450  - cache_setting: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   451  - condition: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   452  - domain: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   453  - gcs: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   454  - gzip: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   455  - header: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   456  - health_check: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   457  - request_setting: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   458  - response_object: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   459  - vcl: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   460  - version: Support for `created_at`, `updated_at`, and `deleted_at` fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   461  
   462  ### Changed
   463  - bigquery: Function signature to list all of the BigQuery logging objects ([#97](https://github.com/fastly/go-fastly/pull/97)).
   464  - acl: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   465  - acl_entry: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   466  - dictionary: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   467  - dictionary_item: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   468  - director: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   469  - event_logs: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   470  - service: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   471  - vcl_snippets: Data types of all timestamp fields ([#121](https://github.com/fastly/go-fastly/pull/121)).
   472  
   473  ## [v0.4.3] (2019-05-24)
   474  ### Added
   475  - 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)).
   476  - waf: Support for rules ([34f0b9f](https://github.com/fastly/go-fastly/commit/34f0b9f50526c1a4fb0a866d363dd089cd628a7c), [c1e80fc](https://github.com/fastly/go-fastly/commit/c1e80fc42a3d4c7d85ece91b682cd2db602c4df7)).
   477  - waf: Support for rule sets ([a3cdd36](https://github.com/fastly/go-fastly/commit/a3cdd3621d72750658d3bdb988576e3401dc50f9), [bb50c5a](https://github.com/fastly/go-fastly/commit/bb50c5a9265476ce3a4161f450f6055478b84b7e)).
   478  - 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)).
   479  - 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)).
   480  - waf: Support for configuration sets ([572ae53](https://github.com/fastly/go-fastly/commit/572ae535464793fddb5f393ec82f69051a747227)).
   481  - 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)).
   482  - 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)).
   483  - dictionary_item: Support to create multiple items ([a162398](https://github.com/fastly/go-fastly/commit/a162398362d3a967cdc5518190344b16b5421060)).
   484  - 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)).
   485  - acl: Support for `deleted_at`, `created_at`, and `updated_at` fields ([#86](https://github.com/fastly/go-fastly/pull/86)).
   486  - acl_entry: Support for `deleted_at`, `created_at`, and `updated_at` fields ([#86](https://github.com/fastly/go-fastly/pull/86)).
   487  - backend: Support for `comment` field ([#86](https://github.com/fastly/go-fastly/pull/86)).
   488  - condition: Support for `name` and `comment` fields ([#86](https://github.com/fastly/go-fastly/pull/86)).
   489  - dictionary: Support for `write_only` field ([#86](https://github.com/fastly/go-fastly/pull/86)).
   490  - director: Support for `shield`, `name`, `deleted_at`, `created_at`, and `updated_at` fields ([#86](https://github.com/fastly/go-fastly/pull/86)).
   491  - health_check: Support for `comment` field ([#86](https://github.com/fastly/go-fastly/pull/86)).
   492  - service: Support to list the domains within a service ([#90](https://github.com/fastly/go-fastly/pull/90)).
   493  - vcl: Support for `main` field ([#93](https://github.com/fastly/go-fastly/pull/93)).
   494  - version: Support for `comment` field ([#103](https://github.com/fastly/go-fastly/pull/103)).
   495  - splunk: Support for Splunk ([#101](https://github.com/fastly/go-fastly/pull/101)).
   496  - blobstorage: Support for Azure Blob Storage ([#99](https://github.com/fastly/go-fastly/pull/99)).
   497  - settings: Support for `stale_if_error` and `stale_if_error_ttl` fields ([#104](https://github.com/fastly/go-fastly/pull/104)).
   498  
   499  ### Changed
   500  - dictionary: Response struct to align with API ([6a8a1c6](https://github.com/fastly/go-fastly/commit/6a8a1c62e61097da752bae838375cb139f4e9cc3)).
   501  - dictionary_item: Response struct to align with API ([7d31c4a](https://github.com/fastly/go-fastly/commit/7d31c4aa34ef904f4426ef8af4be915c2c373e70)).
   502  - user-agent: client.go and fixtures to reference fastly in the user-agent ([#109](https://github.com/fastly/go-fastly/pull/113).
   503  
   504  ### Removed
   505  - domain: `locked` field ([#86](https://github.com/fastly/go-fastly/pull/86)).
   506  
   507  ### Fixed
   508  - request: URL encoding for names ([8b3e2d6](https://github.com/fastly/go-fastly/commit/8b3e2d653b2d4a32ecbd050056370c95e9f6cbd8)).
   509  - condition: Request struct for updating ([1fe3fda](https://github.com/fastly/go-fastly/commit/1fe3fda765dcbc8d75d0e2e501a2c326a0b6fafb)).
   510  
   511  ## [v0.4.2] (2017-09-05)
   512  ### Added
   513  - logentries: Support for `format_version` field ([#50](https://github.com/fastly/go-fastly/pull/50)).
   514  - gcs: Support for `message_type` field ([#52](https://github.com/fastly/go-fastly/pull/52)).
   515  - 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)).
   516  
   517  ## [v0.4.1] (2017-08-07)
   518  ### Added
   519  - syslog: Support for `hostname`, `ipv4`, `tls_hostname`, and `message_type` fields ([2b863da](https://github.com/fastly/go-fastly/commit/2b863da88fc1033a68538ccdc5c9dc82fa52681f)).
   520  
   521  ## [v0.4.0] (2017-07-27)
   522  ### Added
   523  - realtime_stats: Support for real-time analytics ([#48](https://github.com/fastly/go-fastly/pull/48)).
   524  
   525  ### Changed
   526  - acl: Names of all types, functions, and variables to follow Go standards ([#46](https://github.com/fastly/go-fastly/pull/46)).
   527  
   528  ### Fixed
   529  - condition: URL encoding for forward slashes ([3d6dabb](https://github.com/fastly/go-fastly/commit/3d6dabb37bd2df7195d28aef08b1edd98895b960)).
   530  
   531  ## [v0.3.0] (2017-07-19)
   532  
   533  - Initial tagged release
   534  
   535  [v1.14.0]: https://github.com/fastly/go-fastly/compare/v1.13.0...v1.14.0
   536  [v1.13.0]: https://github.com/fastly/go-fastly/compare/v1.12.0...v1.13.0
   537  [v1.12.0]: https://github.com/fastly/go-fastly/compare/v1.11.0...v1.12.0
   538  [v1.11.0]: https://github.com/fastly/go-fastly/compare/v1.10.0...v1.11.0
   539  [v1.10.0]: https://github.com/fastly/go-fastly/compare/v1.9.0...v1.10.0
   540  [v1.9.0]: https://github.com/fastly/go-fastly/compare/v1.8.0...v1.9.0
   541  [v1.8.0]: https://github.com/fastly/go-fastly/compare/v1.7.2...v1.8.0
   542  [v1.7.2]: https://github.com/fastly/go-fastly/compare/v1.7.1...v1.7.2
   543  [v1.7.1]: https://github.com/fastly/go-fastly/compare/v1.7.0...v1.7.1
   544  [v1.7.0]: https://github.com/fastly/go-fastly/compare/v1.6.0...v1.7.0
   545  [v1.6.0]: https://github.com/fastly/go-fastly/compare/v1.5.0...v1.6.0
   546  [v1.5.0]: https://github.com/fastly/go-fastly/compare/v1.4.0...v1.5.0
   547  [v1.4.0]: https://github.com/fastly/go-fastly/compare/v1.3.0...v1.4.0
   548  [v1.3.0]: https://github.com/fastly/go-fastly/compare/v1.2.1...v1.3.0
   549  [v1.2.1]: https://github.com/fastly/go-fastly/compare/v1.2.0...v1.2.1
   550  [v1.2.0]: https://github.com/fastly/go-fastly/compare/v1.1.0...v1.2.0
   551  [v1.1.0]: https://github.com/fastly/go-fastly/compare/v1.0.0...v1.1.0
   552  [v1.0.0]: https://github.com/fastly/go-fastly/compare/v0.4.3...v1.0.0
   553  [v0.4.3]: https://github.com/fastly/go-fastly/compare/v0.4.2...v0.4.3
   554  [v0.4.2]: https://github.com/fastly/go-fastly/compare/v0.4.1...v0.4.2
   555  [v0.4.1]: https://github.com/fastly/go-fastly/compare/v0.4.0...v0.4.1
   556  [v0.4.0]: https://github.com/fastly/go-fastly/compare/v0.3.0...v0.4.0
   557  [v0.3.0]: https://github.com/fastly/go-fastly/releases/tag/v0.3.0