You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# ⚡ 0.3.5 (unreleased)
2
+
3
+
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.35.0 to gain [new rust 1.35.0 features](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html).
4
+
1
5
# ⚡ 0.3.4
2
6
3
7
- fix a `npx serverless invoke local` for versions of serverless framework `1.40.*` which now emits `package` events within `invokeLocal` events. [#38](https://github.com/softprops/serverless-rust/pull/38)
@@ -27,7 +31,7 @@ You can still use this plugin with older versions of serverless but `invoke loca
27
31
28
32
# ⚡ 0.3.0
29
33
30
-
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.32.0, fixing a bug where cargo binaries named `bootstrap` weren't getting packaged. Reminder: this plugin renames binaries to `bootstrap` for the lambda runtime for you. You don't have do to this manually in your Cargo configuration. This also introduces an effiency in the way binaries are identified for packaging that may help some windows users.
34
+
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.32.0, fixing a bug where cargo binaries named `bootstrap` weren't getting packaged. Reminder: this plugin renames binaries to `bootstrap` for the lambda runtime for you. You don't have do to this manually in your Cargo configuration. This also introduces an efficiency in the way binaries are identified for packaging that may help some windows users.
31
35
- bump serverless version to [`1.37.1`](https://github.com/serverless/serverless/releases/tag/v1.37.1)
32
36
33
37
@@ -63,7 +67,7 @@ You can still use this plugin with older versions of serverless but `invoke loca
63
67
64
68
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.1.0-rust-1.27.2, to make the new default Rust 1.27.2 (the latest release of Rust at this time)
65
69
- speed up deployments by ~3.2 seconds by disabling excludeDevDependencies. it's on by default but it's not useful for for Rust focused services
66
-
- the `custom.rust` config object can be overrided at the function level
70
+
- the `custom.rust` config object can be overridden at the function level
67
71
68
72
```yaml
69
73
functions:
@@ -85,7 +89,7 @@ functions:
85
89
# ⚡ 0.1.2
86
90
87
91
- bump lambda rust docker version to 0.1.0-rust-1.26.2
88
-
- use a polyfill for fs.copyFileSync to accomidate older versions of node on travis ci
92
+
- use a polyfill for fs.copyFileSync to accommodate older versions of node on travis ci
0 commit comments