Tomoki Sekiyama
Tomoki Sekiyama
### Summary Currently, `ecs-cli compose` ignores `sysctls` parameters in `docker-compose.yml` file. They should be mapped to the `SystemControls` parameters in a task definition. ### Description * Which specific command was...
This fixes the issue that `option (elixirpb.file).module_prefix` is not loaded correctly if the protobuf package is installed from Hex, due to missing lib/elixirpb/pb_extension.pb.ex in the 0.11.0 or 0.12.0 packages. Closes...
[lib/elixirpb/pb_extension.pb.ex](https://github.com/elixir-protobuf/protobuf/blob/main/lib/elixirpb/pb_extension.pb.ex) is missing in the 0.11.0 or 0.12.0 packages. Due to lacking the extension, the decoder fails to read `FileOptions` from descriptor_set. Instead, it is put into `__unknown_fields__` , like:...
Since [Elixir 1.11.0](https://hexdocs.pm/elixir/1.11.4/changelog.html#v1-11-0-2020-10-06), Logger supports syslog levels such as notice, critical, alert, and emergency to be passed in Logger's erl_level metadata. Google Cloud Logger LogEntry also supports these as LogSeverity:...
This adds a config parameter `init_command`, which specifies a SQL string executed after the connection to the database is established. This can be useful to set sql_mode, for example. c.f....