Skip to content

Releases: bearsunday/BEAR.Sunday

1.4.2

24 Jun 01:49
4fc13c2
Compare
Choose a tag to compare

Bugfixes

  • Fix missing bind HttpClientInterface #142

1.4.1

21 Jun 16:04
1264e2b
Compare
Choose a tag to compare

image
Eclipse x Solstice 2020
https://www.yomiuri.co.jp/science/20200621-OYT1T50167/

1.4.0

04 Dec 17:05
b52e257
Compare
Choose a tag to compare
  • Support php 7.4
  • Drop EOL php 7.1 support

酒井抱一 「九月菊に小禽図」

1.3.5

08 Aug 09:12
7bf17bf
Compare
Choose a tag to compare
  • Fix headers bug #133

雪月花図 - 酒井抱一

1.3.4

22 Jun 16:22
81f5a7e
Compare
Choose a tag to compare
  • Update HeaderInterface #131
  • Extract ConditinalResponse for 304 response #131

月に秋草図屏風 - 酒井抱一

1.3.3

22 Jun 04:30
Compare
Choose a tag to compare
  • Customizable header output #128
  • Regular cleanup

風雨草花図 - 酒井 抱一

1.3.2

05 Feb 02:11
4327e32
Compare
Choose a tag to compare

1.3.1

23 Oct 09:09
0d08490
Compare
Choose a tag to compare
  • AbstractApp has HttpCache in default #120
  • PSR-12 compliant bear/cs coding standard

1.3.0

15 Oct 08:18
2593ab1
Compare
Choose a tag to compare

image

image

Representational State Transfer (REST) 5.1.4 Cache

In order to improve network efficiency, we add cache constraints to form the client-cache-stateless-server style of Section 3.4.4 (Figure 5-4). Cache constraints require that the data within a response to a request be implicitly or explicitly labeled as cacheable or non-cacheable. If a response is cacheable, then a client cache is given the right to reuse that response data for later, equivalent requests.

The advantage of adding cache constraints is that they have the potential to partially or completely eliminate some interactions, improving efficiency, scalability, and user-perceived performance by reducing the average latency of a series of interactions. The trade-off, however, is that a cache can decrease reliability if stale data within the cache differs significantly from the data that would have been obtained had the request been sent directly to the server.

1.2.3

18 Sep 15:51
00905a4
Compare
Choose a tag to compare
  • Add null objects #114
  • update composer.json (BEAR.Resource ^1.11.1)