Age | Commit message (Collapse) | Author | Files | Lines |
|
as tolerant as they used to be.
The current version does not yet support python3, so mandate 2.7.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes unknown
|
|
2.63
This version syncs the files with the ConTeXt files from 2019-01-28.
2.64
This version syncs the files with the ConTeXt files from 2019-02-14.
|
|
2.95
In contradiction to the last announcement this version of the fontloader
is still compatible with luatex 1.07. So updates will continue. This
version syncs the files with the ConTeXt files from 2019-01-28. It
improves the handling of the lucida fonts - the demi font is now used as
bold. The resolver code has been cleaned up a bit.
2.96
- In version 2.95 letterspacing was broken due to a change in the
fontloader. In version 2.96 this is now repaired. At the same time a
number of long-standing oddities and bugs in the letterspacing has been
corrected. This can change the output of existing documents!! See the
documentation for more information and ways to restore the old behaviour,
- A problem with the detection of bold fonts has been corrected (issue 41,
pull request 42).
- The fontloader has been synced with the context files from 2019-02-14.
|
|
changes unknown
|
|
0.66
Added options to set image directory and prefix.
Improved support for multiple projects in the same directory.
Added support for xr and xr-hyper.
Improved filename generation when special characters or macros
are used in section names.
Added a user-adjustable limit to the filename length.
Fixed floats, indexing, minipages.
Improved HTML output formatting, CSS for definition lists and
table notes.
Fixed, improved, or updated caption, subcaption, multicol,
multicolrule, tocbasic, acronym, kotexutf, extramarks, fancyhdr.
Added ar, ed, indentfirst, nameauth, truncate, and verified
works as-is with changelog.
Prevented the use of several obsolete packages.
0.67
Improved filename generation for symbols in section names.
Added academicons, bbding, dingbat, eurosym, fontawesome, fontawesome5,
marvosym, pifont, typicons.
Added changes, easyReview, fitbox, foreign, gloss, karnaugh-map, multicap,
nomencl, notes, struktex, umoline, xfakebold.
Tested to work as-is with askmaps, curves, euro, karnaughmap, tikz-karnaugh.
|
|
|
|
changes unknown
|
|
changes unknown
|
|
|
|
|
|
changes unknown
|
|
changes unknown
|
|
|
|
Many mostly minor changes and bugfixes, nothing that breaks backward
compatibility. A full list is available in the CHANGES file.
The package now also builds the release version, which results in a lot
fewer warnings, and actually is necessary for building with OCaml 4.08.
|
|
changes unknown
|
|
### Changed
- Defensive code for redefinition of `\time`, `\day`, `\month` and `\year`
### Fixed
- Resetting of key inheritance
- Issue in deprecated command `\tl_set_from_file:Nnn`
|
|
* Add note to readme that the `lm-math` package is required for minimal
functionality.
* Spacing fixed for maths fonts loaded with the `Scale` fontspec feature
* Commands like `\crampedtextstyle` now longer lead to an infinite loop
under XeTeX.
* Improvements to the functionality of the test suite. (Although more
tests would be nice.)
* Test suite is now (successfully) run with `expl3` debug mode enabled.
|
|
* Fix regression in loading `Language=Turkish`. This now allows users
to define more than one OpenType tag when defining a language name,
where the first tag found is the one selected for the font. E.g.,
\newfontlanguage{Turkish}{TRK,TUR}
when selected, this first checks for the existance of the TRK
language tag, and if not found then checks for the TUR language tag
to use if available.
* Add new `Renderer` options for LuaTeX that enable the Harfbuzz
engine. These only work running under `luahbtex` and are currently
experimental. The new options are `Harfbuzz`, `OpenType`, `AAT`, and
`Graphite`.
* Always try to remove ‘clashing’ font features inside
`\addfontfeatures` even in cases when the requested font feature
doesn't exist. E.g., now if a font is loaded with `Numbers=OldStyle`
and *doesn't have* `Numbers=Lining`, requesting the latter will still
re!set the former.
* Add `pxfonts`, `txfonts`, `newpxmath`, `newtxmath`, `mtpro2` to the
list of packages that automatically invoke `no-math`.
* Add `\providefontfamily`, `\setfontface`, `\renewfontface`, and
`\providefontface`.
* Add local/global distinction with `\fontspec_(g)set_family:Nnn` and
`\fontspec_(g)set_fontface:NNnn`.
|
|
changes unknown
|
|
changes unknown
|
|
changes unknown
|
|
changes unknown
|
|
- Fix - calc stopped working if loaded after.
- Improved \DrawEnumitemLabel.
|
|
Corrected hardcoded names and improved Portuguese translation.
|
|
Reimplemented \Verb. It now works as expected inside other commands (with a
few limitations), including in movable arguments, and is compatible with
hyperref for things like PDF bookmarks. It now supports breaklines and
relevant line-breaking options.
Reimplemented \SaveVerb and \UseVerb to be equivalent to the new \Verb. The
new option retokenize allows saved verbatim material to be retokenized under
new commandchars and codes when it is inserted with \UseVerb.
New command \EscVerb works like the reimplemented \Verb, except that special
characters can be escaped with a backslash.
New command \fvinlineset only applies options to commands related to
typesetting verbatim inline, like \Verb, \SaveVerb, \UseVerb.
|
|
|
|
Discussed with <kamil>, thanks!
|
|
|
|
3.53.0
Add refund_from_transaction_fee_amount field to paypal_details
Add refund_from_transaction_fee_currency_iso_code field to paypal_details
|
|
0.15.94:
- fix missing line-break after end-of-file comments not ending in
line-break
0.15.93:
- fix failure to parse empty implicit flow mapping key
- in YAML 1.1 plains scalars y, 'n', Y, and 'N' are now
correctly recognised as booleans and such strings dumped quoted
0.15.92:
- fix failure to parse empty implicit block mapping key
0.15.91:
- allowing duplicate keys would not work for merge keys
0.15.90:
- fix issue with updating CommentedMap from list of tuples
0.15.89:
- fix for items with flow-mapping in block sequence output on single line
- fix for safe dumping erroring in creation of representereror when dumping namedtuple
0.15.88:
- fix inclusing of python code from the subpackage data
0.15.87:
- fix problem with empty lists and the code to reinsert merge keys
0.15.86:
- reinsert merge key in its old position
- fix for issue with non-ASCII anchor names
- fix for issue when parsing flow mapping value starting with colon (in pure Python only)
0.15.85:
- the types used by SafeConstructor for mappings and sequences can
now by set by assigning to XXXConstructor.yaml_base_dict_type
(and ..._list_type), preventing the need to copy two methods
with 50+ lines that had var = {} hardcoded.
0.15.84:
- fix for CommentedMap.copy() not returning CommentedMap, let alone copying comments etc.
0.15.83:
- fix for bug in roundtripping aliases used as key
0.15.82:
- anchors and aliases on scalar int, float, string and bool are now preserved. Anchors
do not need a referring alias for these
- anchors no longer lost on tagged objects when roundtripping
0.15.81:
- fix issue saving methods of metaclass derived classes
0.15.80:
- fix issue emitting BEL character when round-tripping invalid folded input
0.15.79:
- fix issue with anchors nested deeper than alias
0.15.78:
- fix setup issue for 3.8
0.15.77:
- setting yaml.sort_base_mapping_type_on_output = False, will prevent
explicit sorting by keys in the base representer of mappings. Roundtrip
already did not do this. Usage only makes real sense for Python 3.6+
- implement Python version check in YAML metadata in _test/test_z_data.py
0.15.76:
- fix issue with empty mapping and sequence loaded as flow-style
0.15.75:
- fix issue with single '?' scalar
- fix issue with duplicate merge keys
0.15.74:
- fix dropping of comment on rt before sequence item that is sequence item
0.15.73:
- fix irregular output on pre-comment in sequence within sequence
- allow non-compact (i.e. next line) dumping sequence/mapping within sequence.
|
|
|
|
0.34.1:
Fixed
certbot-auto no longer prints a blank line when there are no permissions problems.
Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only changes in this release were to certbot-auto.
More details about these changes can be found on our GitHub repo.
0.34.0:
Changed
Apache plugin now tries to restart httpd on Fedora using systemctl if a configuration test error is detected. This has to be done due to the way Fedora now generates the self signed certificate files upon first restart.
Updated Certbot and its plugins to improve the handling of file system permissions on Windows as a step towards adding proper Windows support to Certbot.
Updated urllib3 to 1.24.2 in certbot-auto.
Removed the fallback introduced with 0.32.0 in acme to retry a challenge response with a keyAuthorization if sending the response without this field caused a malformed error to be received from the ACME server.
Linode DNS plugin now supports api keys created from their new panel at cloud.linode.com
Adding a warning noting that future versions of Certbot will automatically configure the webserver so that all requests redirect to secure HTTPS access. You can control this behavior and disable this warning with the --redirect and --no-redirect flags.
certbot-auto now prints warnings when run as root with insecure file system permissions. If you see these messages, you should fix the problem by following the instructions at https://community.letsencrypt.org/t/certbot-auto-deployment-best-practices/91979/, however, these warnings can be disabled as necessary with the flag --no-permissions-check.
acme module uses now a POST-as-GET request to retrieve the registration from an ACME v2 server
Convert the tsig algorithm specified in the certbot_dns_rfc2136 configuration file to all uppercase letters before validating. This makes the value in the config case insensitive.
|
|
|
|
1.16.153
api-change:config: Update config command to latest version
api-change:iam: Update iam command to latest version
api-change:codepipeline: Update codepipeline command to latest version
api-change:sts: Update sts command to latest version
1.16.152
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:workmail: Update workmail command to latest version
api-change:medialive: Update medialive command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
1.16.151
api-change:alexaforbusiness: Update alexaforbusiness command to latest version
api-change:kms: Update kms command to latest version
1.16.150
api-change:xray: Update xray command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:ecs: Update ecs command to latest version
1.16.149
api-change:codepipeline: Update codepipeline command to latest version
api-change:neptune: Update neptune command to latest version
api-change:managedblockchain: Update managedblockchain command to latest version
api-change:s3control: Update s3control command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:directconnect: Update directconnect command to latest version
1.16.148
api-change:transfer: Update transfer command to latest version
api-change:ec2: Update ec2 command to latest version
1.16.147
api-change:iam: Update iam command to latest version
api-change:sns: Update sns command to latest version
1.16.146
api-change:batch: Update batch command to latest version
api-change:gamelift: Update gamelift command to latest version
api-change:inspector: Update inspector command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:lambda: Update lambda command to latest version
api-change:workspaces: Update workspaces command to latest version
1.16.145
api-change:alexaforbusiness: Update alexaforbusiness command to latest version
api-change:textract: Update textract command to latest version
api-change:storagegateway: Update storagegateway command to latest version
bugfix:Cloudformation: Support non-AWS partition regions in CloudFormation deploy and package.
api-change:mediatailor: Update mediatailor command to latest version
api-change:route53: Update route53 command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:ssm: Update ssm command to latest version
api-change:mediaconnect: Update mediaconnect command to latest version
api-change:rds: Update rds command to latest version
api-change:cloudformation: Update cloudformation command to latest version
1.16.144
api-change:transcribe: Update transcribe command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:resource-groups: Update resource-groups command to latest version
1.16.143
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:worklink: Update worklink command to latest version
api-change:rds: Update rds command to latest version
api-change:kafka: Update kafka command to latest version
api-change:organizations: Update organizations command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:discovery: Update discovery command to latest version
1.16.142
api-change:polly: Update polly command to latest version
api-change:ec2: Update ec2 command to latest version
1.16.141
api-change:redshift: Update redshift command to latest version
api-change:organizations: Update organizations command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:storagegateway: Update storagegateway command to latest version
api-change:mq: Update mq command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version
1.16.140
api-change:medialive: Update medialive command to latest version
api-change:iot1click-devices: Update iot1click-devices command to latest version
api-change:glue: Update glue command to latest version
api-change:comprehend: Update comprehend command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
1.16.139
api-change:eks: Update eks command to latest version
api-change:iam: Update iam command to latest version
1.16.138
api-change:batch: Update batch command to latest version
api-change:comprehend: Update comprehend command to latest version
1.16.137
api-change:acm: Update acm command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:securityhub: Update securityhub command to latest version
1.16.136
api-change:ssm: Update ssm command to latest version
api-change:emr: Update emr command to latest version
1.16.135
api-change:greengrass: Update greengrass command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version
api-change:comprehend: Update comprehend command to latest version
1.16.134
api-change:workspaces: Update workspaces command to latest version
api-change:pinpoint-email: Update pinpoint-email command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:medialive: Update medialive command to latest version
1.16.133
api-change:appmesh: Update appmesh command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:storagegateway: Update storagegateway command to latest version
api-change:ecs: Update ecs command to latest version
api-change:s3: Update s3 command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:transfer: Update transfer command to latest version
1.16.132
api-change:glue: Update glue command to latest version
api-change:workmail: Update workmail command to latest version
1.16.131
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:iot1click-devices: Update iot1click-devices command to latest version
api-change:iotanalytics: Update iotanalytics command to latest version
api-change:directconnect: Update directconnect command to latest version
api-change:transcribe: Update transcribe command to latest version
api-change:robomaker: Update robomaker command to latest version
api-change:fms: Update fms command to latest version
1.16.130
api-change:transcribe: Update transcribe command to latest version
api-change:iot1click-projects: Update iot1click-projects command to latest version
|
|
1.9.143
api-change:config: [botocore] Update config client to latest version
api-change:iam: [botocore] Update iam client to latest version
api-change:sts: [botocore] Update sts client to latest version
api-change:codepipeline: [botocore] Update codepipeline client to latest version
1.9.142
api-change:workmail: [botocore] Update workmail client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
1.9.141
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
api-change:kms: [botocore] Update kms client to latest version
1.9.140
api-change:ecs: [botocore] Update ecs client to latest version
api-change:xray: [botocore] Update xray client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
1.9.139
api-change:neptune: [botocore] Update neptune client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version
api-change:managedblockchain: [botocore] Update managedblockchain client to latest version
api-change:s3control: [botocore] Update s3control client to latest version
api-change:directconnect: [botocore] Update directconnect client to latest version
api-change:codepipeline: [botocore] Update codepipeline client to latest version
1.9.138
api-change:transfer: [botocore] Update transfer client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
1.9.137
api-change:iam: [botocore] Update iam client to latest version
api-change:sns: [botocore] Update sns client to latest version
1.9.136
api-change:gamelift: [botocore] Update gamelift client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version
api-change:inspector: [botocore] Update inspector client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:batch: [botocore] Update batch client to latest version
1.9.135
api-change:mediatailor: [botocore] Update mediatailor client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:cloudformation: [botocore] Update cloudformation client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:route53: [botocore] Update route53 client to latest version
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:mediaconnect: [botocore] Update mediaconnect client to latest version
api-change:textract: [botocore] Update textract client to latest version
1.9.134
api-change:resource-groups: [botocore] Update resource-groups client to latest version
api-change:transcribe: [botocore] Update transcribe client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
1.9.133
api-change:kafka: [botocore] Update kafka client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:worklink: [botocore] Update worklink client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:discovery: [botocore] Update discovery client to latest version
api-change:organizations: [botocore] Update organizations client to latest version
1.9.132
api-change:polly: [botocore] Update polly client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
1.9.131
api-change:organizations: [botocore] Update organizations client to latest version
api-change:mq: [botocore] Update mq client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
1.9.130
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:comprehend: [botocore] Update comprehend client to latest version
api-change:iot1click-devices: [botocore] Update iot1click-devices client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
|
|
1.12.143
api-change:config: Update config client to latest version
api-change:iam: Update iam client to latest version
api-change:sts: Update sts client to latest version
api-change:codepipeline: Update codepipeline client to latest version
1.12.142
api-change:workmail: Update workmail client to latest version
api-change:medialive: Update medialive client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
1.12.141
api-change:alexaforbusiness: Update alexaforbusiness client to latest version
api-change:kms: Update kms client to latest version
1.12.140
api-change:ecs: Update ecs client to latest version
api-change:xray: Update xray client to latest version
api-change:ec2: Update ec2 client to latest version
1.12.139
api-change:neptune: Update neptune client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version
api-change:managedblockchain: Update managedblockchain client to latest version
api-change:s3control: Update s3control client to latest version
api-change:directconnect: Update directconnect client to latest version
api-change:codepipeline: Update codepipeline client to latest version
1.12.138
api-change:transfer: Update transfer client to latest version
api-change:ec2: Update ec2 client to latest version
1.12.137
api-change:iam: Update iam client to latest version
api-change:sns: Update sns client to latest version
1.12.136
api-change:gamelift: Update gamelift client to latest version
api-change:workspaces: Update workspaces client to latest version
api-change:dynamodb: Update dynamodb client to latest version
api-change:inspector: Update inspector client to latest version
api-change:lambda: Update lambda client to latest version
api-change:batch: Update batch client to latest version
1.12.135
api-change:mediatailor: Update mediatailor client to latest version
api-change:rds: Update rds client to latest version
api-change:cloudformation: Update cloudformation client to latest version
api-change:ssm: Update ssm client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:route53: Update route53 client to latest version
api-change:alexaforbusiness: Update alexaforbusiness client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:mediaconnect: Update mediaconnect client to latest version
api-change:textract: Update textract client to latest version
1.12.134
api-change:resource-groups: Update resource-groups client to latest version
api-change:transcribe: Update transcribe client to latest version
api-change:workspaces: Update workspaces client to latest version
1.12.133
api-change:kafka: Update kafka client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:rds: Update rds client to latest version
api-change:worklink: Update worklink client to latest version
api-change:workspaces: Update workspaces client to latest version
api-change:discovery: Update discovery client to latest version
api-change:organizations: Update organizations client to latest version
1.12.132
api-change:polly: Update polly client to latest version
api-change:ec2: Update ec2 client to latest version
1.12.131
api-change:organizations: Update organizations client to latest version
api-change:mq: Update mq client to latest version
api-change:redshift: Update redshift client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
1.12.130
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:glue: Update glue client to latest version
api-change:comprehend: Update comprehend client to latest version
api-change:iot1click-devices: Update iot1click-devices client to latest version
api-change:medialive: Update medialive client to latest version
1.12.129
api-change:eks: Update eks client to latest version
api-change:iam: Update iam client to latest version
1.12.128
api-change:batch: Update batch client to latest version
api-change:comprehend: Update comprehend client to latest version
1.12.127
api-change:securityhub: Update securityhub client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:acm: Update acm client to latest version
1.12.126
api-change:emr: Update emr client to latest version
api-change:ssm: Update ssm client to latest version
1.12.125
api-change:comprehend: Update comprehend client to latest version
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:greengrass: Update greengrass client to latest version
1.12.124
api-change:servicecatalog: Update servicecatalog client to latest version
api-change:medialive: Update medialive client to latest version
api-change:pinpoint-email: Update pinpoint-email client to latest version
api-change:workspaces: Update workspaces client to latest version
1.12.123
api-change:ec2: Update ec2 client to latest version
api-change:appmesh: Update appmesh client to latest version
api-change:ecs: Update ecs client to latest version
api-change:elbv2: Update elbv2 client to latest version
api-change:transfer: Update transfer client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:s3: Update s3 client to latest version
1.12.122
api-change:workmail: Update workmail client to latest version
api-change:glue: Update glue client to latest version
1.12.121
api-change:iotanalytics: Update iotanalytics client to latest version
api-change:robomaker: Update robomaker client to latest version
api-change:directconnect: Update directconnect client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:transcribe: Update transcribe client to latest version
api-change:fms: Update fms client to latest version
api-change:iot1click-devices: Update iot1click-devices client to latest version
1.12.120
api-change:iot1click-projects: Update iot1click-projects client to latest version
api-change:transcribe: Update transcribe client to latest version
1.12.119
api-change:iot: Update iot client to latest version
api-change:lightsail: Update lightsail client to latest version
api-change:autoscaling: Update autoscaling client to latest version
api-change:events: Update events client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
1.12.118
api-change:cognito-identity: Update cognito-identity client to latest version
api-change:codepipeline: Update codepipeline client to latest version
api-change:meteringmarketplace: Update meteringmarketplace client to latest version
1.12.117
api-change:config: Update config client to latest version
api-change:eks: Update eks client to latest version
1.12.116
api-change:dms: Update dms client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:chime: Update chime client to latest version
1.12.115
api-change:ec2: Update ec2 client to latest version
api-change:config: Update config client to latest version
api-change:acm: Update acm client to latest version
api-change:iot: Update iot client to latest version
api-change:acm-pca: Update acm-pca client to latest version
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:sagemaker: Update sagemaker client to latest version
1.12.114
api-change:config: Update config client to latest version
api-change:logs: Update logs client to latest version
1.12.113
api-change:serverlessrepo: Update serverlessrepo client to latest version
1.12.112
api-change:iot: Update iot client to latest version
api-change:quicksight: Update quicksight client to latest version
api-change:glue: Update glue client to latest version
api-change:ce: Update ce client to latest version
api-change:elasticbeanstalk: Update elasticbeanstalk client to latest version
api-change:rekognition: Update rekognition client to latest version
1.12.111
api-change:s3: Update s3 client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:sagemaker: Update sagemaker client to latest version
1.12.110
api-change:gamelift: Update gamelift client to latest version
api-change:greengrass: Update greengrass client to latest version
api-change:appmesh: Update appmesh client to latest version
api-change:rds: Update rds client to latest version
api-change:medialive: Update medialive client to latest version
api-change:autoscaling: Update autoscaling client to latest version
api-change:ecs: Update ecs client to latest version
1.12.109
api-change:directconnect: Update directconnect client to latest version
api-change:ec2: Update ec2 client to latest version
1.12.108
api-change:textract: Update textract client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:medialive: Update medialive client to latest version
api-change:codedeploy: Update codedeploy client to latest version
1.12.107
api-change:mediapackage: Update mediapackage client to latest version
api-change:ssm: Update ssm client to latest version
1.12.106
api-change:ec2: Update ec2 client to latest version
api-change:autoscaling-plans: Update autoscaling-plans client to latest version
1.12.105
api-change:ssm: Update ssm client to latest version
api-change:apigatewayv2: Update apigatewayv2 client to latest version
api-change:alexaforbusiness: Update alexaforbusiness client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
1.12.104
api-change:waf-regional: Update waf-regional client to latest version
api-change:waf: Update waf client to latest version
1.12.103
api-change:discovery: Update discovery client to latest version
api-change:organizations: Update organizations client to latest version
api-change:resource-groups: Update resource-groups client to latest version
api-change:opsworkscm: Update opsworkscm client to latest version
api-change:pinpoint: Update pinpoint client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:cur: Update cur client to latest version
1.12.102
api-change:elbv2: Update elbv2 client to latest version
api-change:mediastore: Update mediastore client to latest version
api-change:ce: Update ce client to latest version
api-change:autoscaling: Update autoscaling client to latest version
1.12.101
api-change:athena: Update athena client to latest version
api-change:glue: Update glue client to latest version
api-change:stepfunctions: Update stepfunctions client to latest version
api-change:cloud9: Update cloud9 client to latest version
1.12.100
api-change:kinesis-video-archived-media: Update kinesis-video-archived-media client to latest version
api-change:workdocs: Update workdocs client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:organizations: Update organizations client to latest version
api-change:kinesisvideo: Update kinesisvideo client to latest version
api-change:kinesis-video-media: Update kinesis-video-media client to latest version
api-change:transfer: Update transfer client to latest version
1.12.99
api-change:codecommit: Update codecommit client to latest version
api-change:directconnect: Update directconnect client to latest version
api-change:medialive: Update medialive client to latest version
1.12.98
api-change:iot: Update iot client to latest version
api-change:ssm: Update ssm client to latest version
api-change:ds: Update ds client to latest version
enhancement:Paginator: Add additional paginators for CloudFormation
api-change:efs: Update efs client to latest version
1.12.97
api-change:athena: Update athena client to latest version
api-change:secretsmanager: Update secretsmanager client to latest version
1.12.96
api-change:chime: Update chime client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:iot: Update iot client to latest version
1.12.95
api-change:kinesisvideo: Update kinesisvideo client to latest version
api-change:ec2: Update ec2 client to latest version
1.12.94
api-change:rekognition: Update rekognition client to latest version
api-change:mediatailor: Update mediatailor client to latest version
api-change:efs: Update efs client to latest version
1.12.93
api-change:lambda: Update lambda client to latest version
|
|
|
|
Version 1.7.1:
- Fix introspecting Python 3 functions by using varkw.
- Remove leftover files (uwsgi.py) in PyPI package.
|
|
v3.2.4:
Update cloudns.py
update README.md link to LinodeAPIv4 Domain docs
v3.2.3:
Add netcup provider
v3.2.2:
Remove test.py in root folder
1) Fix delete record function to handle same name records properly. 2) Enable the extended test suite to validate wildcards and check record sets.
Fix new pylint errors
Fix pylint errors
Fix slave notification argument name
Remove unused import
Added explicit slave notifcation function when domain is master
Fixed PowerDNS provider to allow duplicate record names
Second attempt to add, not replace same name TXT.
Allow duplicate names for TXT records. Lets Encrypt uses the same TXT record name with a different challenge token (content) to verify the primary and wildcard domains.
v3.2.1:
Fix resolution of dependencies in a regular install of lexicon distribution
v3.2.0:
Ensure python3 for lint
Update environments for the release
Fix create record on dnsimple
Update client.py
Fix tox env name
Optimize AppVeyor
Fix import
Clean lint errors
Fix pytest flag
Also mock for client
Mock correctly the fakeprovider
Rename skip => xfail
Xfail tests for which provider dependencies are not fulfilled
Handle smartly providers with missing dependencies
Fix lint errors
Fix lint and workflow
Try with overriden environments
Standard execution
Functional new test suite
Enable mechanism to skip providers with optional deps
Leverage import of the provider module in integration tests class setup
|
|
|
|
|
|
19.1.1:
Features
- Restore pyproject.toml handling to how it was with pip 19.0.3 to prevent
the need to add --no-use-pep517 when installing in editable mode.
Bug Fixes
- Fix a regression that caused @ to be quoted in pypiserver links.
This interfered with parsing the revision string from VCS urls.
|
|
3.7.4
* Project is now officially supported through Tidelift
|