Skip to content

Commit f7e5fc1

Browse files
committed
8.5.0
1 parent 5f032a3 commit f7e5fc1

File tree

1 file changed

+57
-8
lines changed

1 file changed

+57
-8
lines changed

CHANGELOG.md

Lines changed: 57 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,59 @@
1+
12
## [**8.5.0**](https://github.com/hapijs/hapi/issues?milestone=139&state=open)
3+
- [**#2481**](https://github.com/hapijs/hapi/issues/2481) Feature: server.decorate('request' ... )
4+
- [**#2544**](https://github.com/hapijs/hapi/issues/2544) Retain content-length header for HEAD requests
5+
- [**#2552**](https://github.com/hapijs/hapi/issues/2552) Update hapijs/wreck to 5.5.1 from 5.2.0
6+
- **hapijs/wreck 5.5.0**
7+
- [**#81**](https://github.com/hapijs/wreck/issues/81) Added uri to event payloads.
8+
- **hapijs/wreck 5.4.0**
9+
- [**#79**](https://github.com/hapijs/wreck/issues/79) Add start time to response event
10+
- **hapijs/wreck 5.3.0**
11+
- [**#77**](https://github.com/hapijs/wreck/issues/77) Add event for response and logging
12+
- [**#73**](https://github.com/hapijs/wreck/issues/73) Fix issues with node 0.12
13+
- [**#2472**](https://github.com/hapijs/hapi/issues/2472) Update hapijs/qs to 2.4.2 from 2.4.0
14+
- **hapijs/qs 2.4.1**
15+
- [**#73**](https://github.com/hapijs/qs/issues/73) Property 'hasOwnProperty' of object #<Object> is not a function
16+
- [**#2551**](https://github.com/hapijs/hapi/issues/2551) Update jshttp/mime-db to 1.10.0 from 1.9.1
17+
- [**#2550**](https://github.com/hapijs/hapi/issues/2550) Update moment/moment to 2.10.3 from 2.9.0
18+
- [**#2549**](https://github.com/hapijs/hapi/issues/2549) Update hapijs/joi to 6.4.1 from 6.0.8
19+
- **hapijs/joi 6.4.0**
20+
- [**#629**](https://github.com/hapijs/joi/issues/629) help with `.or()`
21+
- **hapijs/joi 6.2.0**
22+
- [**#413**](https://github.com/hapijs/joi/issues/413) Create default [highly nested] object easily?
23+
- **hapijs/joi 6.1.2**
24+
- [**#628**](https://github.com/hapijs/joi/issues/628) Alternatives throw typeError when "is: null" is used
25+
- **hapijs/joi 6.1.1**
26+
- [**#627**](https://github.com/hapijs/joi/issues/627) Property is always required even when my When() condition isn't met.
27+
- **hapijs/joi 6.1.0**
28+
- [**#583**](https://github.com/hapijs/joi/issues/583) do ref-able operations support referring to a list?
29+
- [**#616**](https://github.com/hapijs/joi/issues/616) Add ignoreUndefined flag for rename()
30+
- [**#609**](https://github.com/hapijs/joi/issues/609) number min/max/greater/less do not allow decimal values
31+
- [**#2548**](https://github.com/hapijs/hapi/issues/2548) Update hapijs/hoek to 2.13.0 from 2.11.1
32+
- **hapijs/hoek 2.13.0**
33+
- [**#140**](https://github.com/hapijs/hoek/issues/140) Add isNullOverride to applyToDefaults
34+
- **hapijs/hoek 2.12.0**
35+
- [**#133**](https://github.com/hapijs/hoek/issues/133) Added option parameter to deepEqual.
36+
- [**#2547**](https://github.com/hapijs/hapi/issues/2547) Update hapijs/boom to 2.7.2 from 2.6.1
37+
- **hapijs/boom 2.7.2**
38+
- [**#59**](https://github.com/hapijs/boom/issues/59) Update license attribute
39+
- **hapijs/boom 2.7.1**
40+
- [**#52**](https://github.com/hapijs/boom/issues/52) Coerse statusCode to an Integer
41+
- [**#51**](https://github.com/hapijs/boom/issues/51) Make sure Boom initialize method auto cast string statusCode to Integer if possible
42+
- **hapijs/boom 2.7.0**
43+
- [**#45**](https://github.com/hapijs/boom/issues/45) Added isServer
44+
- [**#41**](https://github.com/hapijs/boom/issues/41) Easy way to determine if the client or server is at fault
45+
- [**#2546**](https://github.com/hapijs/hapi/issues/2546) Update hapijs/inert to 2.1.5 from 2.1.4
46+
- **hapijs/inert 2.1.5**
47+
- [**#26**](https://github.com/hapijs/inert/issues/26) Misc. Closes #25
48+
- [**#2545**](https://github.com/hapijs/hapi/issues/2545) Update isaacs/node-lru-cache to 2.6.4 from 2.5.0
49+
- [**#2501**](https://github.com/hapijs/hapi/issues/2501) server.inject does not allow me to set auth artifacts, only auth credentials
50+
- [**#2538**](https://github.com/hapijs/hapi/issues/2538) closes #2480: Ability to pass options to qs for payload parsing
51+
- [**#2532**](https://github.com/hapijs/hapi/issues/2532) Dynamic authentication scopes
252
- [**#2509**](https://github.com/hapijs/hapi/issues/2509) Update jshttp/mime-db to 1.9.1 from 1.7.0
353
- [**#2502**](https://github.com/hapijs/hapi/issues/2502) Fix Hapi Issue #2501, pass on auth artifacts object in server.inject
454
- [**#2503**](https://github.com/hapijs/hapi/issues/2503) Update hapijs/shot to 1.5.0 from 1.4.2
555
- **hapijs/shot 1.5.0**
656
- [**#28**](https://github.com/hapijs/shot/issues/28) Add 'content-length' header matching payload length if none set
7-
- [**#2501**](https://github.com/hapijs/hapi/issues/2501) server.inject does not allow me to set auth artifacts, only auth credentials
857

958
## [**8.4.0**](https://github.com/hapijs/hapi/issues?milestone=138&state=closed)
1059
- [**#2470**](https://github.com/hapijs/hapi/issues/2470) JSONP requests not always returning wrapped response
@@ -45,7 +94,7 @@
4594
- [**#569**](https://github.com/hapijs/joi/issues/569) Lost key after validation on assert
4695
- [**#559**](https://github.com/hapijs/joi/issues/559) deprecate array.includes and array.excludes, use array.items and allow required and forbidden within
4796
- [**#536**](https://github.com/hapijs/joi/issues/536) Consider renaming 'valid' to 'enum' or an alias
48-
- [**#553**](https://github.com/hapijs/joi/issues/553) Does array include allow nested object properties
97+
- [**#553**](https://github.com/hapijs/joi/issues/553) Does array include allow nested object properties
4998
- [**#555**](https://github.com/hapijs/joi/issues/555) add some additional guards and tests for #363
5099
- [**#545**](https://github.com/hapijs/joi/issues/545) allow passing a method to .default(), for #363
51100
- [**#363**](https://github.com/hapijs/joi/issues/363) support factory-function in .default() ?
@@ -185,9 +234,9 @@
185234
- [**#107**](https://github.com/hapijs/hoek/issues/107) applyToDefaultsWithShallow() fail to retain defaults shallow key
186235
- [**#2216**](https://github.com/hapijs/hapi/issues/2216) Invalid deep cloning of bind context
187236
- [**#2217**](https://github.com/hapijs/hapi/issues/2217) Disable scope checking on a route
188-
- [**#2215**](https://github.com/hapijs/hapi/issues/2215) Revert change to trailing slash behavior
237+
- [**#2215**](https://github.com/hapijs/hapi/issues/2215) Revert change to trailing slash behavior
189238
- [**#2209**](https://github.com/hapijs/hapi/issues/2209) Not possible to add route in plugins
190-
- [**#2203**](https://github.com/hapijs/hapi/issues/2203) Move connection route config to route with connections defaults
239+
- [**#2203**](https://github.com/hapijs/hapi/issues/2203) Move connection route config to route with connections defaults
191240
- [**#2206**](https://github.com/hapijs/hapi/issues/2206) Change server.bind() and server.path() to apply only to routes that follow
192241
- [**#2205**](https://github.com/hapijs/hapi/issues/2205) Rename plugin register() `route` option to `routes`
193242
- [**#2201**](https://github.com/hapijs/hapi/issues/2201) Rename cacheControlStatus to cache.statuses
@@ -414,7 +463,7 @@
414463
- [**#1844**](https://github.com/hapijs/hapi/issues/1844) Replace async
415464
- [**#1842**](https://github.com/hapijs/hapi/issues/1842) Lab 4.00
416465
- [**#1840**](https://github.com/hapijs/hapi/issues/1840) No longer possible to load caches using CLI?
417-
- [**#1835**](https://github.com/hapijs/hapi/issues/1835) server.state ttl must be a number
466+
- [**#1835**](https://github.com/hapijs/hapi/issues/1835) server.state ttl must be a number
418467
- [**#1795**](https://github.com/hapijs/hapi/issues/1795) request.server._views in plugin
419468
- [**#1832**](https://github.com/hapijs/hapi/issues/1832) Replace mime with mime-type
420469
- [**#1822**](https://github.com/hapijs/hapi/issues/1822) Added joi validation to manifest.
@@ -575,7 +624,7 @@
575624
- [**#1507**](https://github.com/hapijs/hapi/issues/1507) request.setUrl('') throws
576625

577626
## [**3.0.1**](https://github.com/hapijs/hapi/issues?milestone=88&state=closed)
578-
- [**#1503**](https://github.com/hapijs/hapi/issues/1503) plugin.method(name, fn, [options]) fails
627+
- [**#1503**](https://github.com/hapijs/hapi/issues/1503) plugin.method(name, fn, [options]) fails
579628

580629
## [**3.0.0**](https://github.com/hapijs/hapi/issues?milestone=86&state=closed)
581630
- [**#1466**](https://github.com/hapijs/hapi/issues/1466) Drop support for server helpers
@@ -590,7 +639,7 @@
590639
## [**2.6.0**](https://github.com/hapijs/hapi/issues?milestone=85&state=closed)
591640
- [**#1455**](https://github.com/hapijs/hapi/issues/1455) Print to console server logs based on debug config
592641
- [**#1451**](https://github.com/hapijs/hapi/issues/1451) Objects created in plugin.dependency or plugin.after are monitored by the wrong domain
593-
- [**#1452**](https://github.com/hapijs/hapi/issues/1452) Perhaps include `request.pre` in handler view context
642+
- [**#1452**](https://github.com/hapijs/hapi/issues/1452) Perhaps include `request.pre` in handler view context
594643
- [**#1453**](https://github.com/hapijs/hapi/issues/1453) Include prerequisites in default view context. #1452
595644
- [**#1445**](https://github.com/hapijs/hapi/issues/1445) Server method bind option
596645
- [**#1450**](https://github.com/hapijs/hapi/issues/1450) Enable handlers to use the prerequisite method string notation
@@ -1083,7 +1132,7 @@
10831132
- [**#611**](https://github.com/hapijs/hapi/issues/611) Adding vhost tests
10841133
- [**#609**](https://github.com/hapijs/hapi/issues/609) Virtual hosts support
10851134
- [**#610**](https://github.com/hapijs/hapi/issues/610) Cleaning up test and stream response
1086-
- [**#607**](https://github.com/hapijs/hapi/issues/607) Adding basic crumb CSRF information to reference guide
1135+
- [**#607**](https://github.com/hapijs/hapi/issues/607) Adding basic crumb CSRF information to reference guide
10871136
- [**#602**](https://github.com/hapijs/hapi/issues/602) Relative paths
10881137
- [**#595**](https://github.com/hapijs/hapi/issues/595) Fixing gzip stream test to use simple stream
10891138
- [**#596**](https://github.com/hapijs/hapi/issues/596) Adding request payload section

0 commit comments

Comments
 (0)