Express Entry:Build History: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
==Build 2.0.0.8== | ==Build 2.0.0.8== | ||
''Released May 2015 | ''Released May 2015 | ||
*nomaxlimit is not case sensitive any more. | *<code>nomaxlimit</code> is not case sensitive any more. | ||
==Bulid 2.0.0.7== | ==Bulid 2.0.0.7== | ||
''Released May 2015 | ''Released May 2015 | ||
*Fixed an issue if maxrecords is empty or null. | *Fixed an issue if <code>maxrecords</code> is empty or null. | ||
==Build 2.0.0.6== | ==Build 2.0.0.6== | ||
''Released May 2015 | ''Released May 2015 | ||
*maxrecords=nomaxlimit will return a max of 1000 records if available for the following endpoints: | *<code>maxrecords=nomaxlimit</code> will return a max of 1000 records if available for the following endpoints: ExpressAddress, ExpressCityState, ExpressPostalCode, ExpressStreet, GlobalExpressAddress, GlobalExpressLocalityAdministrativeArea, GlobalExpressPostalCode, GlobalExpressThoroughfare. | ||
*Added locality to the GlobalExpressThoroughfare endpoint, some countries (Ireland) do not have postal code so we need to use locality. | *Added locality to the GlobalExpressThoroughfare endpoint, some countries (Ireland) do not have postal code so we need to use locality. | ||
Line 38: | Line 38: | ||
''Released September 2013'' | ''Released September 2013'' | ||
*Beta Release. | *Beta Release. | ||
[[Category:Build History]] | [[Category:Build History]] | ||
[[Category:Express Entry]] | [[Category:Express Entry]] |
Latest revision as of 23:30, 29 March 2022
Build 2.0.0.8
Released May 2015
nomaxlimit
is not case sensitive any more.
Bulid 2.0.0.7
Released May 2015
- Fixed an issue if
maxrecords
is empty or null.
Build 2.0.0.6
Released May 2015
maxrecords=nomaxlimit
will return a max of 1000 records if available for the following endpoints: ExpressAddress, ExpressCityState, ExpressPostalCode, ExpressStreet, GlobalExpressAddress, GlobalExpressLocalityAdministrativeArea, GlobalExpressPostalCode, GlobalExpressThoroughfare.- Added locality to the GlobalExpressThoroughfare endpoint, some countries (Ireland) do not have postal code so we need to use locality.
Build 2.0.0.5
Released May 2015
- Changed 'US', 'USA', and 'UNITED STATES' to use hints.
Build 2.0.0.4
Released May 2015
- Added logging so we can count the requests.
Build 2.0.0.3
Released March 2015
- Country code 'USA' now returns hints results.
Build 2.0.0.2
Released February 2015
- Now allows 1 digit postcodes (as for Ireland).
Build 2.0.0.1
Released November 2013
- Public Release.
Build 1.0.0.0
Released September 2013
- Beta Release.