heroku changelog in 2013

Post on 12-Nov-2014

854 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

http://herokujp.doorkeeper.jp/events/8004

TRANSCRIPT

Heroku changelog in 2013

Ayumu Aizawa @ayumin

!Technical Account Manager/Dev. Marketing

Heroku, Inc.

Ayumu Aizawa @ayumin

Ruby committer, Developer Evangelist at Heroku Inc,. , Developer Marketing at Salesforce.com Inc., ex-Accenture Sr. systems analyst, Enterprise architect

Tokyo, Japan

Heroku Changelog @HerokuChangelog

Additions and changes to the Heroku platform. From http://devcenter.heroku.com/changelog San Francisco, CA · heroku.com

https://devcenter.heroku.com/changelog

181

Dataclips version 2.0 is now available

17th January, 2013dataclips.heroku.com

https://dataclips.heroku.com/hqwsbfdswexksnuskqawqfhtnpoq

https://dataclips.heroku.com/hqwsbfdswexksnuskqawqfhtnpoq.json

https://dataclips.heroku.com/hqwsbfdswexksnuskqawqfhtnpoq.csv

https://dataclips.heroku.com/hqwsbfdswexksnuskqawqfhtnpoq.xls

Export to Google Drive

Europe region available in public beta 24th April, 2013

blog.heroku.com/archives/2013/4/24/europe-region

heroku create --region eu

2X dynos enter general availability 31st May, 2013

blog.heroku.com/archives/2013/5/31/2x_dynos_enter_general_availability

heroku ps:resize web=2X

OAuth for Platform API in Public Beta

22nd Jul, 2013blog.heroku.com/archives/2013/5/31/2x_dynos_enter_general_availability

OAuth 2.0 RFC 6749

tools.ietf.org/html/rfc6749 !

OAuth 2.0 は, サードパーティーアプリケーションによるHTTPサービスへの限定的なアクセスを可能にする認可フレームワークである. サードパーティーアプリケーションによるアクセス権の取得には, リソースオーナーとHTTPサービスの間で同意のためのインタラクションを伴う場合もあるが, サードパーティーアプリケーション自身が自らの権限においてアクセスを許可する場合もある

github.com/heroku/heroku-oauth

WebSockets available in public beta

8th Oct, 2013blog.heroku.com/archives/2013/10/8/websockets-public-beta

WebSocket RFC 6455

tools.ietf.org/html/rfc6455 !

WebSocket Protocol は、制御された環境下で信頼できないコードを実行しているクライアントと,そのコードからの通信に対するオプトインを備えるリモートホストとの間の双路通信を可能にする。 利用されるセキュリティモデルは、ウェブブラウザ間で共通して用いられている,生成元( origin )に基づくセキュリティモデルである。 プロトコルは、 TCP の上に重ねられる, opening ハンドシェイクおよび後続の基本的なメッセージ フレーミングからなる。 この技術の目標は、サーバとの双路通信を必要とする,ブラウザに基づくアプリケーションのために、(例えば, XMLHttpRequest や <iframe> と長いポーリングを併用するような)複数の HTTP 接続の open に依拠しない仕組みを提供することである。

Implementing the App using WebSocket

Ruby (MRI) patched to address CVE-2013-4164

23rd Nov, 2013 浮動小数点数パースにおけるヒープオーバーフロー (CVE-2013-4164)

https://www.ruby-lang.org/ja/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/

https://www.ruby-lang.org/ja/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/

ruby1.8.7-p375 released by Heroku

Ruby 2.1.0 now supported on Heroku

25th Dec, 2013

Just put “ruby ‘2.0.1’” in your Gemfile

Heroku Changelog @HerokuChangelog

Additions and changes to the Heroku platform. From http://devcenter.heroku.com/changelog San Francisco, CA · heroku.com

top related