File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Note that ``RB_ID=#`` and ``PHAB_ID=#`` correspond to associated message in comm
77Unreleased
88----------
99
10+ 21.10.0
11+ -------
12+
1013* http-server: Add versions of `HttpRouter#filter ` which accept a Guice `TypeLiteral ` to
1114 aid Java users in being able to apply generically typed Filters obtained from the object graph.
1215 ``PHAB_ID=D768777 ``
Original file line number Diff line number Diff line change 11# Finatra
22
3- [ ![ Build Status] ( https://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=develop )] ( https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop )
4- [ ![ Test Coverage] ( https://codecov.io/github/twitter/finatra/coverage.svg?branch=develop )] ( https://codecov.io/github/twitter/finatra?branch=develop )
3+ [ ![ Build Status] ( https://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=release )] ( https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease )
4+ [ ![ Test Coverage] ( https://codecov.io/github/twitter/finatra/coverage.svg?branch=release )] ( https://codecov.io/github/twitter/finatra?branch=release )
55[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
66[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.twitter/finatra-http-server_2.12/badge.svg )] [ maven-central ]
77[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/twitter/finatra )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Global / excludeLintKeys += scalacOptions
66Global / concurrentRestrictions += Tags .limit(Tags .Test , 1 )
77
88// All Twitter library releases are date versioned as YY.MM.patch
9- val releaseVersion = " 21.10.0-SNAPSHOT "
9+ val releaseVersion = " 21.10.0"
1010
1111lazy val buildSettings = Seq (
1212 version := releaseVersion,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolvers ++= Seq(
33 Resolver .sonatypeRepo(" snapshots" )
44)
55
6- val releaseVersion = " 21.10.0-SNAPSHOT "
6+ val releaseVersion = " 21.10.0"
77
88addSbtPlugin(" com.twitter" % " scrooge-sbt-plugin" % releaseVersion)
99
You can’t perform that action at this time.
0 commit comments