Skip to content

Commit 3ae25b2

Browse files
authored
chore: Update changelog format to match what release-please expects
1 parent 528c0f7 commit 3ae25b2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

CHANGELOG.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
# Changelog
22

3-
### v1.0.0 / 2021-07-07
3+
## 1.0.0 (2021-07-07)
44

55
* Bumped the version to 1.0.
66
* Removed the "preview" notices for Google Cloud Functions since the Ruby runtime is now GA.
77

8-
### v0.11.0 / 2021-06-28
8+
## v0.11.0 / 2021-06-28
99

1010
* UPDATED: Update CloudEvents dependency to 0.5 to get fixes for JSON formatting cases
1111
* FIXED: Updated Pub/Sub and Firebase event conversion logic to better align to Eventarc
1212

13-
### v0.10.0 / 2021-06-01
13+
## v0.10.0 / 2021-06-01
1414

1515
* ADDED: Support raw pubsub events sent by the pubsub emulator
1616
* FIXED: Set proper response content-type charset when a function returns a string (plain text) or hash (JSON)
1717
* FIXED: Properly handle conversion of non-ascii characters in legacy event strings
1818

19-
### v0.9.0 / 2021-03-18
19+
## v0.9.0 / 2021-03-18
2020

2121
* BREAKING CHANGE: Servers are configured as single-threaded in production by default, matching the current behavior of Google Cloud Functions.
2222
* FIXED: Fixed conversion of Firebase events to CloudEvents to conform to the specs used by Cloud Functions and Cloud Run.
2323
* FIXED: Fixed an error when reading a global set to a Minitest::Mock. This will make it easier to write tests that use mocks for global resources.
2424

25-
### v0.8.0 / 2021-03-02
25+
## v0.8.0 / 2021-03-02
2626

2727
* ADDED: Support for lazily-initialized globals
2828

29-
### v0.7.1 / 2021-01-26
29+
## v0.7.1 / 2021-01-26
3030

3131
* DOCS: Fixed several errors in the writing-functions doc samples
3232
* DOCS: Updated documentation to note public release of GCF support
3333

34-
### v0.7.0 / 2020-09-25
34+
## v0.7.0 / 2020-09-25
3535

3636
* Now requires Ruby 2.5 or later.
3737
* BREAKING CHANGE: Renamed "context" hash to "globals" and made it read-only for normal functions.
@@ -45,33 +45,33 @@
4545
* DOCS: Expanded documentation on initialization, execution context, and shared resources.
4646
* DEPRECATED: The functions-framework executable is deprecated. Use functions-framework-ruby instead.
4747

48-
### v0.6.0 / 2020-09-17
48+
## v0.6.0 / 2020-09-17
4949

5050
* ADDED: You can use the --version flag to print the framework version
5151
* ADDED: You can use the --verify flag to verify that a given function is defined
5252
* ADDED: You can now define blocks that are executed at server startup
5353

54-
### v0.5.2 / 2020-09-06
54+
## v0.5.2 / 2020-09-06
5555

5656
* FIXED: Use global $stderr rather than STDERR for logger
5757
* DOCS: Fix instructions for deployment to Google Cloud Functions
5858

59-
### v0.5.1 / 2020-07-20
59+
## v0.5.1 / 2020-07-20
6060

6161
* Updated some documentation links. No functional changes.
6262

63-
### v0.5.0 / 2020-07-09
63+
## v0.5.0 / 2020-07-09
6464

6565
* Removed embedded CloudEvents classes and added the official CloudEvents SDK as a dependency. A `FunctionsFramework::CloudEvents` alias provides backward compatibility.
6666

67-
### v0.4.1 / 2020-07-08
67+
## v0.4.1 / 2020-07-08
6868

6969
* Fixed unsupported signal error on Windows.
7070
* Fixed several edge case errors in legacy event conversion.
7171
* Generated Content-Type headers now properly quote param values if needed.
7272
* Minor documentation updates.
7373

74-
### v0.4.0 / 2020-06-29
74+
## v0.4.0 / 2020-06-29
7575

7676
* Dropped the legacy and largely unsupported `:event` function type. All event functions should be of type `:cloud_event`.
7777
* Define the object context for function execution, and include an extensible context helper.
@@ -82,21 +82,21 @@
8282
* Removed redundant `_string` accessors from event classes since raw forms are already available via `[]`.
8383
* A variety of corrections to event-related class documentation.
8484

85-
### v0.3.1 / 2020-06-27
85+
## v0.3.1 / 2020-06-27
8686

8787
* Fixed crash when using "return" directly in a function block.
8888
* Added a more flexible request generation helper in the testing module.
8989
* Fixed several typos in the documentation.
9090

91-
### v0.3.0 / 2020-06-26
91+
## v0.3.0 / 2020-06-26
9292

9393
* Updated the CloudEvent data format for converted pubsub events to conform to Cloud Run's conversion.
9494

95-
### v0.2.1 / 2020-06-25
95+
## v0.2.1 / 2020-06-25
9696

9797
* The `--signature-type` check recognizes the legacy `event` type for `:cloud_event` functions.
9898

99-
### v0.2.0 / 2020-06-24
99+
## v0.2.0 / 2020-06-24
100100

101101
Significant changes:
102102

@@ -115,11 +115,11 @@ Minor changes:
115115
* Renamed a few undocumented environment variables, and added support for a logging level environment variable. All CLI flags now have associated environment variables.
116116
* Several fixes to the example code, and added a new Sinatra example.
117117

118-
### v0.1.1 / 2020-02-27
118+
## v0.1.1 / 2020-02-27
119119

120120
* Server returns 404 when receiving a /favicon.ico or /robots.txt request.
121121
* Correct a rack constant name in Testing#make_post_request
122122

123-
### v0.1.0 / 2020-01-30
123+
## v0.1.0 / 2020-01-30
124124

125125
* Initial release

0 commit comments

Comments
 (0)