What's New
ASP.NET 5 buildpack updates for beta7 support
September 18, 2015 | Written by: Mike Peters
Categorized: What's New
Share this post:
We just pushed out a new version of the ASP.NET 5 buildpack in Bluemix! The update allows you to run applications using the ASP.NET 5 beta7 release.
A change you’ll notice is that the buildpack is no longer providing its own web server and your applications are expected to declare one as a dependency instead. For now, that means they should depend on Microsoft.AspNet.Server.Kestrel
and have a command named kestrel
in a project.json file:
<code>"dependencies": {
"Microsoft.AspNet.Server.Kestrel": "1.0.0-beta7"
},
"commands": {
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
}</code>
The buildpack will handle using the correct host and port for Bluemix, regardless of what you specify in project.json.
Also checkout:
- The release announcements for a list of breaking ASP.NET 5 changes you may encounter
- Updated boilerplates in the Bluemix Labs Catalog
- The buildpack documentation for more information such as configuring your NuGet package sources and the DNX version
Introducing IBM Analytics Engine v1.2 and Announcing the Deprecation of IBM Analytics Engine v1.0
We are excited to inform you about the new version of IBM Analytics Engine v1.2 that will be available starting May 15, 2019. Along with this release, Analytics Engine v1.0 will be retired.
Announcing the Deprecation of the Watson Machine Learning JSON Token Authentication Service
We’d like to inform you about the deprecation of the Watson Machine Learning JSON Token Authentication service. This method of authentication will be retired on May 30, 2019.
Introducing IBM Cloud Object Storage Firewall: Further Secure Your Data
IBM Cloud Object Storage (COS) is giving you more control over who can access your data. We have introduced a new capability allowing you to configure your buckets with trusted IP address(es) that will dictate access to the data in COS.