openwhisk-runtime-dotnet

Apache OpenWhisk Runtime .Net supports Apache OpenWhisk functions written in .Net languages

APACHE-2.0 License

Stars
34
Committers
16

Bot releases are hidden (Show)

openwhisk-runtime-dotnet - 1.18.0

Published by dgrove-oss about 1 month ago

  • Upgrade gradle to 6.9.3 (#85)
  • Drop support for dotnet3.1 (EOL) (#83)
openwhisk-runtime-dotnet - 1.17.0 Latest Release

Published by dgrove-oss over 1 year ago

.NET 6.0

  • Initial release

.NET 3.1

  • Support array result include sequence action (#65)
openwhisk-runtime-dotnet - 1.16.0

Published by dgrove-oss about 3 years ago

.NET 2.2

  • Fix Akka version ($55)
  • Init json quickstart updates (#50)
  • Export init args to environment. (#44)

.NET 3.1

  • Fix Akka version ($55)
  • Init json quickstart updates (#50)
  • Export init args to environment. (#44)
  • Upgrade dotnet sdk packages (removed 2.2 references) (#42)
openwhisk-runtime-dotnet - .NET Core 3.1 OpenWhisk Runtime v1.15.0

Published by dgrove-oss about 4 years ago

Changes:

  • Increased MaxRequestBodySize, so larger zip files can be uploaded (#33)
  • Get the latest security fixes (apk upgrade) with every build.
openwhisk-runtime-dotnet - .NET Core 2.2 OpenWhisk Runtime v1.15.0

Published by dgrove-oss about 4 years ago

Changes:

  • Increased MaxRequestBodySize, so larger zip files can be uploaded (#33)
  • Get the latest security fixes (apk upgrade) with every build.
openwhisk-runtime-dotnet - .NET Core 3.1 OpenWhisk Runtime v1.14.0

Published by dgrove-oss almost 5 years ago

  • Initial release of .NET Core 3.1 support
  • Support for async methods. Example:
        public async Task<JObject> MainAsync(JObject args)
        {
            await Task.Delay(10); // Just do a delay to have an async/await process occur.
            return (args);
        }
openwhisk-runtime-dotnet - .NET Core 2.2 OpenWhisk Runtime v1.14.0

Published by dgrove-oss almost 5 years ago

Changes since 1.13.0

  • Support for async methods. Example:
        public async Task<JObject> MainAsync(JObject args)
        {
            await Task.Delay(10); // Just do a delay to have an async/await process occur.
            return (args);
        }
Badges
Extracted from project README
License Continuous Integration
Related Projects